]> git.openstreetmap.org Git - chef.git/blobdiff - roles/thorn-04.rb
imagery: add remainder of os_sv_diff
[chef.git] / roles / thorn-04.rb
index 348db2a385c34d98193d516c006861d25dac45a9..1487ae3d2629a4130c59e1b51dc739950119b3d4 100644 (file)
@@ -10,7 +10,7 @@ default_attributes(
         :family => :inet,
         :address => "10.0.32.41",
         :bond => {
-          :slaves => %w(eth0 eth1)
+          :slaves => %w(em1 em2)
         }
       }
     }
@@ -27,6 +27,6 @@ default_attributes(
 )
 
 run_list(
-  "role[bm]",
+  "role[bytemark]",
   "role[web-backend]"
 )