X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/493b4e6a3fa3d15f41829bef568fe41d423d8607..9a3fee3b9f30028f6c0ee703dbf9ce86b4bab17b:/cookbooks/owl/recipes/default.rb diff --git a/cookbooks/owl/recipes/default.rb b/cookbooks/owl/recipes/default.rb index a1868edcf..455a1cac3 100644 --- a/cookbooks/owl/recipes/default.rb +++ b/cookbooks/owl/recipes/default.rb @@ -125,7 +125,7 @@ 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