X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/8ad66df69a108a031ff4fb869f002a6598005649..7fdccdf940e933f4d918cd827ff8f26bfe75fe11:/roles/tyan-s7010.rb diff --git a/roles/tyan-s7010.rb b/roles/tyan-s7010.rb index 87e77e7fc..583ad5d9b 100644 --- a/roles/tyan-s7010.rb +++ b/roles/tyan-s7010.rb @@ -3,6 +3,9 @@ description "Role applied to machines using the Tyan S710 motherboard" default_attributes( :hardware => { + :modules => [ + "i2c_i801", "jc42", "w83793" + ], :sensors => { "jc42-*" => { :temps => { @@ -17,6 +20,8 @@ default_attributes( "in9" => { :min => 2.608, :max => 3.536 } }, :fans => { + "fan1" => { :min => 1500 }, + "fan2" => { :min => 1500 }, "fan3" => { :ignore => true }, "fan4" => { :ignore => true }, "fan5" => { :ignore => true },