X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/401efa499aa0e89e4964e48e35adb983e19d0bcc..41811723bfedbbf2a51b5d463978bc992d0d5d96:/roles/eustace.rb diff --git a/roles/eustace.rb b/roles/eustace.rb index c5b4186a2..df956f3c7 100644 --- a/roles/eustace.rb +++ b/roles/eustace.rb @@ -3,6 +3,7 @@ description "Master role applied to eustace" default_attributes( :networking => { + :resolved => true, :interfaces => { :internal_ipv4 => { :interface => "eth0.2801", @@ -21,7 +22,7 @@ default_attributes( ) run_list( - "role[ucl-slough]", + "role[ucl]", "role[hp-dl360-g6]", "role[piwik]" )