X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/7ed52aa263620b099a814d4b952a9b8c92cdbbcb..8bc7c3d0f30a9aa45e0ef3c961c8ab761927e393:/roles/shenron.rb diff --git a/roles/shenron.rb b/roles/shenron.rb index e614a3326..c57441b11 100644 --- a/roles/shenron.rb +++ b/roles/shenron.rb @@ -10,6 +10,11 @@ default_attributes( } }, :hardware => { + :hwmon => { + "platform_it87_552" => { + :ignore => %w[in6] + } + }, :mcelog => { :enabled => false }, @@ -21,6 +26,7 @@ default_attributes( override_attributes( :networking => { + :dnssec => "false", :interfaces => { :external_ipv4 => { :interface => "eth0", @@ -48,9 +54,5 @@ run_list( "role[bytemark]", "role[mail]", "role[lists]", - "role[subversion]", - "role[trac]", - "role[osqa]", - "role[irc]", - "recipe[blogs]" + "role[osqa]" )