]> git.openstreetmap.org Git - chef.git/blobdiff - roles/eustace.rb
Move ridley to chef 12
[chef.git] / roles / eustace.rb
index 26b2b2dfcf31c9ca30c7332f1f60d335f3a5c76b..51af9e243846072a8b6067de414de3b49e1cfee6 100644 (file)
@@ -2,6 +2,11 @@ name "eustace"
 description "Master role applied to eustace"
 
 default_attributes(
+  :chef => {
+    :client => {
+      :version => "12.1.2-1"
+    }
+  },
   :networking => {
     :interfaces => {
       :internal_ipv4 => {
@@ -14,13 +19,14 @@ default_attributes(
         :interface => "eth1",
         :role => :external,
         :family => :inet,
-        :address => "128.40.168.101"
+        :address => "128.40.45.197"
       }
     }
   }
 )
 
 run_list(
-  "role[ucl-wates]",
+  "role[ucl-wolfson]",
+  "role[hp-g6]",
   "role[piwik]"
 )