X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/61951e03b21028b3df147b878b6cb266bacc07ac..2835205c501da417ff80ce4f06dc32d14c8c38bb:/roles/snap-01.rb diff --git a/roles/snap-01.rb b/roles/snap-01.rb index db9b16e74..15db38629 100644 --- a/roles/snap-01.rb +++ b/roles/snap-01.rb @@ -4,11 +4,12 @@ description "Master role applied to snap-01" default_attributes( :networking => { :interfaces => { - :internal_ipv4 => { + :internal => { :interface => "bond0", :role => :internal, - :family => :inet, - :address => "10.0.48.49", + :inet => { + :address => "10.0.48.49" + }, :bond => { :mode => "802.3ad", :lacprate => "fast",