]> git.openstreetmap.org Git - chef.git/blobdiff - roles/stormfly-01.rb
Ridley is now a G6 machine
[chef.git] / roles / stormfly-01.rb
index d5a5fc3a3ae88c11167e088ec3e13590798954dc..8b407db6ec98f7f1dc186773ac157ab44a3ef9a2 100644 (file)
@@ -5,7 +5,7 @@ default_attributes(
   :networking => {
     :interfaces => {
       :external_ipv4 => {
-        :interface => "eth0",
+        :interface => "em1",
         :role => :external,
         :family => :inet,
         :address => "140.211.167.104"
@@ -15,5 +15,6 @@ default_attributes(
 )
 
 run_list(
-  "role[osuosl]"
+  "role[osuosl]",
+  "role[hp-g6]"
 )