X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/81167c6b7954c378907ddd06d0227b78e9c18367..e76c27656e216accb551db4ac1d61de9183fcfa9:/roles/stormfly-02.rb diff --git a/roles/stormfly-02.rb b/roles/stormfly-02.rb index 5bcbc533f..c27b1d06a 100644 --- a/roles/stormfly-02.rb +++ b/roles/stormfly-02.rb @@ -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]" )