]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ascalon.rb
name template script correctly
[chef.git] / roles / ascalon.rb
index 87b9ca26c7a637d95260421e9a0fc43cae6276c0..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,5 +26,7 @@ default_attributes(
 )
 
 run_list(
-  "role[ucl-internal]"
+  "role[ucl-wolfson]",
+  "role[hp-g5]",
+  "role[roundup]"
 )