X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a3e58e083077a454d7def35826f3199e9630a4d0..ba65c5618d3113373c0f3306ce993917fc2af23a:/cookbooks/munin/resources/plugin.rb diff --git a/cookbooks/munin/resources/plugin.rb b/cookbooks/munin/resources/plugin.rb index e9387b1e7..bc58bf975 100644 --- a/cookbooks/munin/resources/plugin.rb +++ b/cookbooks/munin/resources/plugin.rb @@ -81,5 +81,5 @@ action_class do end def after_created - notifies :restart, "service[munin-node]" if restart_munin && node[:recipes].include?("munin") + notifies :restart, "service[munin-node]" if restart_munin end