X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a7d96c8358a00088b485fadb5966eb4b231d2ff1..e3f8464ccd3ac34ed6629b03f60509ac3a2fedf8:/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]" )