X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a7d96c8358a00088b485fadb5966eb4b231d2ff1..d58f3441d7d4e786bb81f1ad5ab935bb54af8e56:/roles/draco.rb diff --git a/roles/draco.rb b/roles/draco.rb index 2c373e4d5..a5c7d9c20 100644 --- a/roles/draco.rb +++ b/roles/draco.rb @@ -2,9 +2,6 @@ name "draco" description "Master role applied to draco" default_attributes( - :apt => { - :sources => [ "ubuntugis-stable", "ubuntugis-unstable" ] - }, :networking => { :interfaces => { :internal_ipv4 => { @@ -17,7 +14,7 @@ default_attributes( :interface => "eth1", :role => :external, :family => :inet, - :address => "128.40.168.95" + :address => "128.40.45.195" } } }, @@ -33,5 +30,6 @@ default_attributes( ) run_list( - "role[ucl-internal]" + "role[ucl-wolfson]", + "role[hp-g5]" )