X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/93c098cdc4f22b1fe69ecd88b3ac2d2b211780ff..b2e3e693bedea449c18753ab7c3be6676b72ca36:/roles/shenron.rb diff --git a/roles/shenron.rb b/roles/shenron.rb index 9009c0824..c3db86355 100644 --- a/roles/shenron.rb +++ b/roles/shenron.rb @@ -9,9 +9,6 @@ default_attributes( :max_spare_threads => 150 } }, - :apt => { - :sources => ["brightbox-ruby-ng"] - }, :hardware => { :mcelog => { :enabled => false @@ -53,7 +50,8 @@ override_attributes( :prefix => "64", :gateway => "fe80::1" } - } + }, + :nameservers => ["89.16.162.20", "2001:41c9:2:d6::20"] } ) @@ -65,7 +63,6 @@ run_list( "role[trac]", "role[osqa]", "role[irc]", - "role[geodns]", "recipe[blogs]", "recipe[openvpn]" )