]> git.openstreetmap.org Git - chef.git/blobdiff - roles/errol.rb
imagery: add remainder of os_sv_diff
[chef.git] / roles / errol.rb
index 0b547d610636e366e88615b7aa0454d8d4cc2120..69b0d8db479d49642c4a87d764a88de7885b34ed 100644 (file)
@@ -2,23 +2,6 @@ name "errol"
 description "Master role applied to errol"
 
 default_attributes(
-  :munin => {
-    :plugins => {
-      :sensors_fan => {
-        :contacts => "null"
-      },
-      :sensors_temp => {
-        :contacts => "null"
-      },
-      :sensors_volt => {
-        :contacts => "null",
-        :volt10 => { 
-          :warning => "3.11:3.50",
-          :critical => "2.98:3.63"
-        }
-      }
-    }
-  },
   :devices => {
     :osdsk => {
       :comment => "First os disk",
@@ -57,9 +40,10 @@ default_attributes(
       }
     }
   }
-);
+)
 
 run_list(
   "role[ucl-wolfson]",
+  "role[tyan-s7010]",
   "role[dev]"
 )