]> git.openstreetmap.org Git - chef.git/commitdiff
Set minimum fan speeds for Tyan S7010 boards
authorTom Hughes <tom@compton.nu>
Wed, 23 Jul 2014 20:33:43 +0000 (21:33 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 23 Jul 2014 20:33:43 +0000 (21:33 +0100)
roles/tyan-s7010.rb

index 87e77e7fc7c72291d81bffb7cedc92b4f2f35bc6..156d672d70e1e0275d2ac9ea1192b2700617f967 100644 (file)
@@ -17,6 +17,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 },