]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ascalon.rb
Fix syntax error
[chef.git] / roles / ascalon.rb
index 61a72bb2c0497bb728c25723659c8709cbced6d4..cffccad359582c1c64f34d3d7bac67cacc7d3b0e 100644 (file)
@@ -14,7 +14,7 @@ default_attributes(
         :interface => "eth1",
         :role => :external,
         :family => :inet,
-        :address => "128.40.168.105"
+        :address => "128.40.45.193"
       }
     }
   },
@@ -26,6 +26,7 @@ default_attributes(
 )
 
 run_list(
-  "role[ucl-internal]",
+  "role[ucl-wolfson]",
+  "role[hp-g5]",
   "role[roundup]"
 )