X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/dbfe66d5c438af1b566ace0704631f40ae7cc050..8dad5b405a8015c526e7fd6b64544f25d938c728:/roles/draco.rb diff --git a/roles/draco.rb b/roles/draco.rb index 1384b7a6d..30bbc770e 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,5 @@ default_attributes( ) run_list( - "role[ucl-wates]" + "role[ucl-wolfson]" )