X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/dbfe66d5c438af1b566ace0704631f40ae7cc050..1ff76f74e0d15fd0fec34a3d98b043dca84c953b:/roles/errol.rb diff --git a/roles/errol.rb b/roles/errol.rb index 74bc999a8..a26658036 100644 --- a/roles/errol.rb +++ b/roles/errol.rb @@ -2,21 +2,9 @@ name "errol" description "Master role applied to errol" default_attributes( - :munin => { - :plugins => { - :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 => { @@ -53,13 +41,14 @@ default_attributes( :interface => "eth1", :role => :external, :family => :inet, - :address => "128.40.168.103" + :address => "128.40.45.196" } } } -); +) run_list( - "role[ucl-wates]", + "role[ucl-wolfson]", + "role[tyan-s7010]", "role[dev]" )