default_attributes(
:networking => {
+ :netplan => true,
:interfaces => {
:external_ipv4 => {
:interface => "bond0",
:mode => "802.3ad",
:miimon => "100",
:xmithashpolicy => "layer3+4",
- :slaves => %w(eth0 eth1)
+ :slaves => %w[eth0 eth1]
}
},
:external_ipv6 => {