]> git.openstreetmap.org Git - chef.git/blobdiff - roles/grindtooth.rb
Correct interface name
[chef.git] / roles / grindtooth.rb
index 00ffdcaf644c9d421520253cdf2a6fb639de3964..21dde9b5ffbaba1a200839b9ba0edf10f45b72d8 100644 (file)
@@ -9,12 +9,18 @@ default_attributes(
         :role => :internal,
         :family => :inet,
         :address => "10.0.0.19"
+      },
+      :external_ipv4 => {
+        :interface => "eth1",
+        :role => :external,
+        :family => :inet,
+        :address => "128.40.168.100"
       }
     }
   }
 )
 
 run_list(
-  "role[ucl-internal]",
+  "role[ucl-wates]",
   "role[taginfo]"
 )