- notifies :run, resources(:execute => "/srv/owl.openstreetmap.org/openstreetmap-watch-list/rails/Gemfile")
- only_if { node[:postgresql][:clusters]["9.1/main"] }
+ notifies :run, "execute[/srv/owl.openstreetmap.org/openstreetmap-watch-list/rails/Gemfile]"
+ only_if { node[:postgresql][:clusters][:"9.1/main"] }