]> git.openstreetmap.org Git - chef.git/blob - cookbooks/web/attributes/default.rb
Add a load more cookbooks to the public repository
[chef.git] / cookbooks / web / attributes / default.rb
1 default[:web][:ruby_version] = "1.9.1"
2 default[:web][:base_directory] = "/srv/www.openstreetmap.org"
3 default[:web][:pid_directory] = "/var/run/web"
4 default[:web][:log_directory] = "/var/log/web"