X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fresolv%2Ftemplates%2Fresolv.conf.erb;h=5c120ba834a51aed424d459b350decb704c62447;hb=0a486dee252a7146b9a84ab0a96613822811af95;hp=eb59db861f7c98072bdabdc8fe176dd7959aed11;hpb=09f53cc3299c6699be7959e6aff131d0034d97f8;p=mirror%2Fdsa-puppet.git diff --git a/modules/resolv/templates/resolv.conf.erb b/modules/resolv/templates/resolv.conf.erb index eb59db861..5c120ba83 100644 --- a/modules/resolv/templates/resolv.conf.erb +++ b/modules/resolv/templates/resolv.conf.erb @@ -9,9 +9,6 @@ searchpaths = [] resolvconf = '' case hoster - when "ubcece" then - searchpaths << "debprivate-ubc.debian.org" - nameservers += ["206.12.19.5", "137.82.1.1", "142.103.1.1" ] when "darmstadt" then case hostname when "draghi", "liszt" then @@ -26,6 +23,12 @@ case hoster end nameservers += ["192.25.206.33", "192.25.206.57"] searchpaths << "debprivate-ftcollins.debian.org" + when "grnet" then + nameservers += ["194.177.210.10", "194.177.210.210"] + searchpaths << "debprivate-grnet.debian.org" + when "ubcece" then + searchpaths << "debprivate-ubc.debian.org" + nameservers += ["206.12.19.5", "137.82.1.1", "142.103.1.1" ] end searchpaths << "debian.org"