X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/6157bab7abeae44abae9b58f7358779a86ad6437..da6d22184fadab2377330cc59d6699011ad2dda8:/cookbooks/web/attributes/default.rb diff --git a/cookbooks/web/attributes/default.rb b/cookbooks/web/attributes/default.rb index 540ec54d5..79890cbdb 100644 --- a/cookbooks/web/attributes/default.rb +++ b/cookbooks/web/attributes/default.rb @@ -1,6 +1,4 @@ default[:web][:base_directory] = "/srv/www.openstreetmap.org" default[:web][:pid_directory] = "/var/run/web" default[:web][:log_directory] = "/var/log/web" - -# need the APT source for cgimap to be able to install the package -default[:apt][:sources] = node[:apt][:sources] | ["openstreetmap-cgimap"] +default[:web][:primary_cluster] = false