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