X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/2bfb0ef07fb64314f5c4ded641a8c280df9c1d0b..8c9e22c57e15f81b21072fc7ae97878ce52f203d:/roles/snap-03.rb diff --git a/roles/snap-03.rb b/roles/snap-03.rb index 822cb5f63..3bae5690c 100644 --- a/roles/snap-03.rb +++ b/roles/snap-03.rb @@ -4,11 +4,12 @@ description "Master role applied to snap-03" default_attributes( :networking => { :interfaces => { - :internal_ipv4 => { + :internal => { :interface => "bond0", :role => :internal, - :family => :inet, - :address => "10.0.64.50", + :inet => { + :address => "10.0.64.50" + }, :bond => { :mode => "802.3ad", :lacprate => "fast",