X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/f108d619077786badc1dea41e85de8c3f797f753..afd343692a74c0b9c6fb82aeeb5f5c878ad3758e:/roles/tyan-s7010.rb diff --git a/roles/tyan-s7010.rb b/roles/tyan-s7010.rb index 97b5db3de..30d13b774 100644 --- a/roles/tyan-s7010.rb +++ b/roles/tyan-s7010.rb @@ -3,12 +3,10 @@ description "Role applied to machines using the Tyan S710 motherboard" default_attributes( :hardware => { - :modules => [ - "i2c_i801", "jc42", "w83793" - ], + :modules => %w(i2c_i801 jc42 w83793), :sensors => { "jc42-*" => { - :temps => { + :temps => { "temp1" => { :max => 75 } } }, @@ -38,7 +36,7 @@ default_attributes( "temp6" => { :max => 78, :max_hyst => 73 } } } - }, + } }, :munin => { :plugins => {