X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/61258dc8edff5712a89260dcaca23f0712fb06b1..29d741d17b7f029b4313d70182cfcc6f7c333a06:/roles/ouroboros.rb diff --git a/roles/ouroboros.rb b/roles/ouroboros.rb index a18bdedb5..9a4d65283 100644 --- a/roles/ouroboros.rb +++ b/roles/ouroboros.rb @@ -2,11 +2,6 @@ name "ouroboros" description "Master role applied to ouroboros" default_attributes( - :chef => { - :client => { - :version => "12.1.2-1" - } - }, :networking => { :interfaces => { :internal_ipv4 => { @@ -35,6 +30,6 @@ default_attributes( run_list( "role[ic]", - "role[hp-g6]", + "role[hp-dl360-g6]", "role[wiki]" )