]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/munin/providers/plugin.rb
Clean up notification handling for the munin LWRPs
[chef.git] / cookbooks / munin / providers / plugin.rb
index e469acb6d1610a70e4d8c7d3a74f9189c666b1fa..bcbb07746f85572e4639730950f8ed838754d5f3 100644 (file)
@@ -39,6 +39,7 @@ action :create do
       cookbook new_resource.conf_cookbook
       template new_resource.conf
       variables new_resource.conf_variables
+      restart_munin false
     end
   end
 end
@@ -51,6 +52,7 @@ action :delete do
   if new_resource.conf # ~FC023
     munin_plugin_conf new_resource.name do
       action :delete
+      restart_munin false
     end
   end
 end