X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/e54da9eaec238be8640da3ebc26677969a316db1..b0e794ecd4ca2669d1f34c563ed2cfcc8b37a06c:/cookbooks/munin/resources/plugin.rb diff --git a/cookbooks/munin/resources/plugin.rb b/cookbooks/munin/resources/plugin.rb index d8861fafe..5b93b8dea 100644 --- a/cookbooks/munin/resources/plugin.rb +++ b/cookbooks/munin/resources/plugin.rb @@ -28,5 +28,5 @@ attribute :conf_variables, :kind_of => Hash, :default => {} attribute :restart_munin, :kind_of => [TrueClass, FalseClass], :default => true def after_created - notifies :restart, "service[munin-node]" if restart_munin + notifies :restart, "service[munin-node]" if restart_munin && node[:recipes].include?("munin") end