X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/6157bab7abeae44abae9b58f7358779a86ad6437..867b64809332c9c9aafbe99a2f65a43747f11c09:/cookbooks/web/attributes/default.rb?ds=sidebyside diff --git a/cookbooks/web/attributes/default.rb b/cookbooks/web/attributes/default.rb index 540ec54d5..8ad59e544 100644 --- a/cookbooks/web/attributes/default.rb +++ b/cookbooks/web/attributes/default.rb @@ -1,6 +1,3 @@ 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"]