X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/1c01b94c6cf983f79e0919ea4fc7a7f103d03864..8d4c23ac184a2ad277a7fd2b274ed36711c8fcf9:/roles/shenron.rb diff --git a/roles/shenron.rb b/roles/shenron.rb index ce00c01c4..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"] } )