X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/7bf9926d8fd2ba918eaa379aace7c7c02c500ace..a4e98a39669d82fc53a3d7f3fcc65689c05cc6cd:/roles/errol.rb diff --git a/roles/errol.rb b/roles/errol.rb index 17905f61d..69b0d8db4 100644 --- a/roles/errol.rb +++ b/roles/errol.rb @@ -2,27 +2,6 @@ name "errol" description "Master role applied to errol" default_attributes( - :munin => { - :plugins => { - :ipmi_temp => { - :CPU0belowTmax => { :critical => "10:" }, - :CPU1belowTmax => { :critical => "10:" } - }, - :sensors_fan => { - :contacts => "null" - }, - :sensors_temp => { - :contacts => "null" - }, - :sensors_volt => { - :contacts => "null", - :volt10 => { - :warning => "3.11:3.50", - :critical => "2.98:3.63" - } - } - } - }, :devices => { :osdsk => { :comment => "First os disk", @@ -61,9 +40,10 @@ default_attributes( } } } -); +) run_list( "role[ucl-wolfson]", + "role[tyan-s7010]", "role[dev]" )