]> git.openstreetmap.org Git - chef.git/blobdiff - roles/thorn-04.rb
Update carto stylesheet to v4.14.0
[chef.git] / roles / thorn-04.rb
index 348db2a385c34d98193d516c006861d25dac45a9..8954a8c348440f38991ea47be8496be61aff49a0 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]"
 )