X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a8942b825af38bee6da538a5a64dcce91c42341a..e54da9eaec238be8640da3ebc26677969a316db1:/cookbooks/munin/providers/plugin.rb 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