X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/261e7e9cd1a9882faa4ed7087b5902ebafe25988..9ae02e61f69a28e986eff71a64605a0cadb2df26:/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