X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/d9de7c5034cbadb84a5a18968484a9b686fa4df8..d6519b0543e8a88903a308c4b6f1f277625497eb:/cookbooks/munin/definitions/munin_plugin.rb?ds=sidebyside diff --git a/cookbooks/munin/definitions/munin_plugin.rb b/cookbooks/munin/definitions/munin_plugin.rb index beee646fa..4704313b7 100644 --- a/cookbooks/munin/definitions/munin_plugin.rb +++ b/cookbooks/munin/definitions/munin_plugin.rb @@ -38,7 +38,7 @@ define :munin_plugin, :action => :create do link "/etc/munin/plugins/#{params[:name]}" do action params[:action] to target_path - notifies :restart, resources(:service => "munin-node") + notifies :restart, "service[munin-node]" end end