]> git.openstreetmap.org Git - chef.git/blobdiff - roles/thorn-05.rb
Upgrade bytemark machines to chef 13
[chef.git] / roles / thorn-05.rb
index f90a4298a192a273f00a12ea13519adcd005937d..e0b20913d94c055e7784ac495dafa61042689dec 100644 (file)
@@ -10,7 +10,7 @@ default_attributes(
         :family => :inet,
         :address => "10.0.32.42",
         :bond => {
-          :slaves => %w(eth0 eth1)
+          :slaves => %w[em1 em2]
         }
       }
     }
@@ -27,6 +27,6 @@ default_attributes(
 )
 
 run_list(
-  "role[bm]",
+  "role[bytemark]",
   "role[web-backend]"
 )