X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/988399c29d38ba72087f8d289bc62151c2dc4dbd..27a2bb9c88575780f043a83aa3c8cb610f1a55b1:/roles/tyan-s7010.rb diff --git a/roles/tyan-s7010.rb b/roles/tyan-s7010.rb index 6b188e7ff..c6e21bd9a 100644 --- a/roles/tyan-s7010.rb +++ b/roles/tyan-s7010.rb @@ -1,9 +1,9 @@ name "tyan-s7010" -description "Role applied to machines using the Tyan S710 motherboard" +description "Role applied to machines using the Tyan S7010 motherboard" default_attributes( :hardware => { - :modules => %w(i2c_i801 jc42 w83793), + :modules => %w[i2c_i801 jc42 w83793], :sensors => { "jc42-*" => { :temps => { @@ -54,7 +54,7 @@ default_attributes( :CPU0belowTmax => { :critical => "10:" }, :CPU1belowTmax => { :critical => "10:" } }, - :sensors_volts => { + :sensors_volt => { "VCoreA" => { :warning => "0.70:1.42", :critical => "0.70:1.42" }, "VCoreB" => { :warning => "0.70:1.42", :critical => "0.70:1.42" }, "in2" => { :warning => "0.00:2.05", :critical => "0.00:2.05" },