]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tyan-s7010.rb
Enable planet-notes-dump
[chef.git] / roles / tyan-s7010.rb
index 87e77e7fc7c72291d81bffb7cedc92b4f2f35bc6..583ad5d9b5e787f6168c58b5f4602c1e155633d7 100644 (file)
@@ -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 },