X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/1c848471a16f9d1ee1fc8a327af110447ea1ef4c..9eda23f8bac4f032b34df5edaf4c49b2be66870a:/cookbooks/web/attributes/default.rb diff --git a/cookbooks/web/attributes/default.rb b/cookbooks/web/attributes/default.rb index 54d692f31..540ec54d5 100644 --- a/cookbooks/web/attributes/default.rb +++ b/cookbooks/web/attributes/default.rb @@ -1,4 +1,6 @@ -default[:web][:ruby_version] = "1.9.1" 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"]