From: Stephen Gran Date: Sun, 8 Nov 2009 18:05:14 +0000 (+0000) Subject: 82.195.66.249, not 82.195.66.239 (although the latter was still in a bunch of resolv... X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=d957dfb1babc6d4e7e8c1bf2b5276765fda61031 82.195.66.249, not 82.195.66.239 (although the latter was still in a bunch of resolv.confs) Signed-off-by: Stephen Gran --- diff --git a/modules/resolv/templates/resolv.conf.erb b/modules/resolv/templates/resolv.conf.erb index dc5db93f..8fa658de 100644 --- a/modules/resolv/templates/resolv.conf.erb +++ b/modules/resolv/templates/resolv.conf.erb @@ -17,7 +17,7 @@ case hoster when "draghi", "liszt" then nameservers << "127.0.0.1" end - nameservers += ["82.195.75.81", "82.195.66.239", "217.198.242.225"] + nameservers += ["82.195.75.81", "82.195.66.249", "217.198.242.225"] searchpaths << "debprivate-darmstadt.debian.org" end