X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/45eedc13e8411e714184adfa419380f8472e3bf3..0a6889527f95e185d70a5f3a8fc916114b1a109c:/roles/karm.rb diff --git a/roles/karm.rb b/roles/karm.rb index 675a210cf..cc3a425b9 100644 --- a/roles/karm.rb +++ b/roles/karm.rb @@ -4,11 +4,12 @@ description "Master role applied to karm" default_attributes( :networking => { :interfaces => { - :internal_ipv4 => { + :internal => { :interface => "bond0", :role => :internal, - :family => :inet, - :address => "10.0.48.50", + :inet => { + :address => "10.0.48.50" + }, :bond => { :mode => "802.3ad", :lacprate => "fast",