]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nominatim/recipes/default.rb
Convert all notify/subscribe calls to the new style syntax
[chef.git] / cookbooks / nominatim / recipes / default.rb
index cd12156d87ad3c20f88e9d650e9fca1f297f7e4f..dfa2df7c118ee3c3ddcb391ccb052472b4c94d40 100644 (file)
@@ -54,7 +54,7 @@ node[:nominatim][:fpm_pools].each do |name,data|
     group "root"
     mode 0644
     variables data.merge(:name => name)
-    notifies :reload, resources(:service => "php5-fpm")
+    notifies :reload, "service[php5-fpm]"
   end
 end