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