X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/7bf9926d8fd2ba918eaa379aace7c7c02c500ace..1ff76f74e0d15fd0fec34a3d98b043dca84c953b:/roles/errol.rb diff --git a/roles/errol.rb b/roles/errol.rb index 17905f61d..a26658036 100644 --- a/roles/errol.rb +++ b/roles/errol.rb @@ -2,25 +2,9 @@ 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" - } - } + :chef => { + :client => { + :version => "12.1.2-1" } }, :devices => { @@ -61,9 +45,10 @@ default_attributes( } } } -); +) run_list( "role[ucl-wolfson]", + "role[tyan-s7010]", "role[dev]" )