]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/db/recipes/base.rb
Convert all notify/subscribe calls to the new style syntax
[chef.git] / cookbooks / db / recipes / base.rb
index 3f99204872f92adfb665a5c23d1ed2d8bc528dc7..4b126d1061581ae280b1b91a7d1fa5c8d24783d0 100644 (file)
@@ -52,5 +52,5 @@ execute "/srv/www.openstreetmap.org/rails/db/functions/Makefile" do
   cwd "/srv/www.openstreetmap.org/rails/db/functions"
   user "rails"
   group "rails"
-  subscribes :run, resources(:git => "/srv/www.openstreetmap.org/rails")
+  subscribes :run, "git[/srv/www.openstreetmap.org/rails]"
 end