X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a7d96c8358a00088b485fadb5966eb4b231d2ff1..4aa20a01bd0c0c1e2e1814cccfd4549cba89eee0:/roles/munin.rb diff --git a/roles/munin.rb b/roles/munin.rb index 046360b0a..1522c96e1 100644 --- a/roles/munin.rb +++ b/roles/munin.rb @@ -1,6 +1,16 @@ name "munin" description "Role applied to all munin servers" +default_attributes( + :munin => { + :plugins => { + :munin_update => { + :contacts => "null" + } + } + } +) + run_list( "recipe[munin::server]" )