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