]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tyan-s7010.rb
SSL enable switch2osm and stateofthemap sites
[chef.git] / roles / tyan-s7010.rb
index 97b5db3de81616c07f4465e216a5d9d72c457db6..30d13b774a2599d434fd8db89bde77210089fb87 100644 (file)
@@ -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 => {