X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/7ceeae1a312e18a1bb2d05c357455f3c058e3975..13ef9975b5d6b159207273e971cf614477c793ca:/roles/base.rb?ds=sidebyside diff --git a/roles/base.rb b/roles/base.rb index d37a4097d..718b288a5 100644 --- a/roles/base.rb +++ b/roles/base.rb @@ -10,13 +10,6 @@ default_attributes( :jburgess => { :status => :administrator } } }, - :munin => { - :plugins => { - :chrony => { - :systime => { :warning => "100", :critical => "250" } - } - } - }, :networking => { :roles => { :internal => { :metric => 200 }, @@ -95,7 +88,6 @@ run_list( "recipe[devices]", "recipe[hardware]", "recipe[prometheus]", - "recipe[munin::plugins]", "recipe[networking]", "recipe[exim]", "recipe[ntp]",