X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/27edbf8a2e9d0074db314dc5179efb9bb72ac132..15628b0e7ece90f39b98d5be02ddf5552ba408a6:/roles/snap-02.rb diff --git a/roles/snap-02.rb b/roles/snap-02.rb index 68186bf07..8dc70a658 100644 --- a/roles/snap-02.rb +++ b/roles/snap-02.rb @@ -4,11 +4,12 @@ description "Master role applied to snap-02" default_attributes( :networking => { :interfaces => { - :internal_ipv4 => { + :internal => { :interface => "eno1.2801", :role => :internal, - :family => :inet, - :address => "10.0.0.4" + :inet => { + :address => "10.0.0.4" + } } } },