X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/61258dc8edff5712a89260dcaca23f0712fb06b1..5e865707737f1985030196dbefa67690221a494e:/roles/ouroboros.rb diff --git a/roles/ouroboros.rb b/roles/ouroboros.rb index a18bdedb5..ce27c8612 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,5 @@ default_attributes( run_list( "role[ic]", - "role[hp-g6]", - "role[wiki]" + "role[hp-dl360-g6]" )