]> git.openstreetmap.org Git - chef.git/blobdiff - roles/grindtooth.rb
Fix typo
[chef.git] / roles / grindtooth.rb
index 7a408b7174a283ea8683e7f93ff607f57adeae5e..b4d07fdc6703d88129ef2f59b87619fd903c1489 100644 (file)
@@ -14,13 +14,14 @@ default_attributes(
         :interface => "eth1",
         :role => :external,
         :family => :inet,
-        :address => "128.40.168.100"
+        :address => "128.40.45.199"
       }
     }
   }
 )
 
 run_list(
-  "role[ucl-internal]",
+  "role[ucl-wolfson]",
+  "role[hp-g6]",
   "role[taginfo]"
 )