X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Fresolv%2Ftemplates%2Fresolv.conf.erb;h=eb59db861f7c98072bdabdc8fe176dd7959aed11;hb=f882c72065d975ec2653b014bf0af754dfe3b981;hp=fa648821a4fa0db29006bb4506f37cb3aaa52ae0;hpb=d90e56e8dce02e7dddf90367de47a1e6e78d8e0e;p=dsa-puppet.git diff --git a/modules/resolv/templates/resolv.conf.erb b/modules/resolv/templates/resolv.conf.erb index fa648821..eb59db86 100644 --- a/modules/resolv/templates/resolv.conf.erb +++ b/modules/resolv/templates/resolv.conf.erb @@ -17,14 +17,14 @@ case hoster when "draghi", "liszt" then nameservers << "127.0.0.1" end - nameservers += ["82.195.66.249", "217.198.242.225"] + nameservers += ["82.195.75.81", "82.195.66.249", "217.198.242.225"] searchpaths << "debprivate-darmstadt.debian.org" when "ftcollins" then case hostname when "spohr", "samosa" then nameservers << "127.0.0.1" end - nameservers += ["192.25.206.33", "192.25.206.59"] + nameservers += ["192.25.206.33", "192.25.206.57"] searchpaths << "debprivate-ftcollins.debian.org" end