X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/da1115e80fdbca939aa7b2f8b2027705f1c32b24..9eda23f8bac4f032b34df5edaf4c49b2be66870a:/cookbooks/web/attributes/default.rb diff --git a/cookbooks/web/attributes/default.rb b/cookbooks/web/attributes/default.rb index 8ad59e544..540ec54d5 100644 --- a/cookbooks/web/attributes/default.rb +++ b/cookbooks/web/attributes/default.rb @@ -1,3 +1,6 @@ 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"]