]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nfs/recipes/server.rb
Convert all notify/subscribe calls to the new style syntax
[chef.git] / cookbooks / nfs / recipes / server.rb
index 3e13507f19514c91040daec0bf47fbddc66c62e5..508d14eca99de4a5f723400c04d067480de0b4f3 100644 (file)
@@ -60,5 +60,5 @@ template "/etc/exports" do
   group "root"
   mode 0644
   variables :exports => exports
-  notifies :run, resources(:execute => "exportfs")
+  notifies :run, "execute[exportfs]"
 end