]> git.openstreetmap.org Git - chef.git/blobdiff - roles/grindtooth.rb
Fix typo
[chef.git] / roles / grindtooth.rb
index 00ffdcaf644c9d421520253cdf2a6fb639de3964..b4d07fdc6703d88129ef2f59b87619fd903c1489 100644 (file)
@@ -9,12 +9,19 @@ default_attributes(
         :role => :internal,
         :family => :inet,
         :address => "10.0.0.19"
+      },
+      :external_ipv4 => {
+        :interface => "eth1",
+        :role => :external,
+        :family => :inet,
+        :address => "128.40.45.199"
       }
     }
   }
 )
 
 run_list(
-  "role[ucl-internal]",
+  "role[ucl-wolfson]",
+  "role[hp-g6]",
   "role[taginfo]"
 )