]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tiamat-00.rb
Create common base role for tiamat nodes
[chef.git] / roles / tiamat-00.rb
index 0deb7ca89f321fedc08651c8d5f1705740f7d7df..0004b9116c7ff463a4e09c887fcf3bb2991c3236 100644 (file)
@@ -17,12 +17,10 @@ default_attributes(
         :address => "193.60.236.40"
       }
     }
-  },
-  :hardware => {
-    :watchdog => "w83627hf_wdt"
   }
 )
 
 run_list(
-  "role[ucl]"
+  "role[ucl]",
+  "role[supermicro-x8dtt-h]"
 )