]> git.openstreetmap.org Git - chef.git/blobdiff - roles/stormfly-02.rb
Switch chef back to using https for the internal forward
[chef.git] / roles / stormfly-02.rb
index 5bcbc533f8a63f5d76431e34a0ccab544748666a..c27b1d06a9efb271f005c1a008102336908af4b3 100644 (file)
@@ -5,7 +5,7 @@ default_attributes(
   :networking => {
     :interfaces => {
       :external_ipv4 => {
-        :interface => "eth0",
+        :interface => "em1",
         :role => :external,
         :family => :inet,
         :address => "140.211.167.105"
@@ -15,5 +15,6 @@ default_attributes(
 )
 
 run_list(
-  "role[osuosl]"
+  "role[osuosl]",
+  "role[hp-g6]"
 )