X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/c97ab416b812405837e803dd3a4a42c3ef134c1f..d58f3441d7d4e786bb81f1ad5ab935bb54af8e56:/roles/draco.rb diff --git a/roles/draco.rb b/roles/draco.rb index 770d8fc96..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 => { @@ -33,5 +30,6 @@ default_attributes( ) run_list( - "role[ucl-wolfson]" + "role[ucl-wolfson]", + "role[hp-g5]" )