X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/261e7e9cd1a9882faa4ed7087b5902ebafe25988..e7ec2ff6dab3069189e74e00b90975759aa98990:/cookbooks/owl/recipes/default.rb diff --git a/cookbooks/owl/recipes/default.rb b/cookbooks/owl/recipes/default.rb index a1868edcf..f71623c6e 100644 --- a/cookbooks/owl/recipes/default.rb +++ b/cookbooks/owl/recipes/default.rb @@ -36,8 +36,6 @@ gem_package "bundler#{node[:owl][:ruby]}" do options "--format-executable" end -apache_module "deflate" - apache_module "passenger" do conf "passenger.conf.erb" end @@ -125,10 +123,10 @@ template "/srv/owl.openstreetmap.org/openstreetmap-watch-list/rails/config/datab group "owl" mode 0664 notifies :run, "execute[/srv/owl.openstreetmap.org/openstreetmap-watch-list/rails/Gemfile]" - only_if { node[:postgresql][:clusters]["9.1/main"] } + only_if { node[:postgresql][:clusters][:"9.1/main"] } end apache_site "owl.openstreetmap.org" do template "apache.erb" - variables :aliases => [ "owl.osm.org" ] + variables :aliases => ["owl.osm.org"] end