]> git.openstreetmap.org Git - chef.git/blobdiff - roles/thorn-05.rb
Enable dhcpd on ironbelly
[chef.git] / roles / thorn-05.rb
index 1a0b864f625fefe720be0901d53f9b45ccdcc0a9..e0b20913d94c055e7784ac495dafa61042689dec 100644 (file)
@@ -10,7 +10,7 @@ default_attributes(
         :family => :inet,
         :address => "10.0.32.42",
         :bond => {
-          :slaves => %w(em1 em2)
+          :slaves => %w[em1 em2]
         }
       }
     }
@@ -27,6 +27,6 @@ default_attributes(
 )
 
 run_list(
-  "role[bm]",
+  "role[bytemark]",
   "role[web-backend]"
 )