X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/9d27360314f8e4e9844cde4059f98fac52250d36..2409b45cd2d01d8047e98d3d4b896c28f8291cb8:/cookbooks/munin/providers/plugin.rb?ds=sidebyside diff --git a/cookbooks/munin/providers/plugin.rb b/cookbooks/munin/providers/plugin.rb index e469acb6d..bcbb07746 100644 --- a/cookbooks/munin/providers/plugin.rb +++ b/cookbooks/munin/providers/plugin.rb @@ -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