From 0b4e89569a30268cc1a4ccca0a9a34bdd965acc5 Mon Sep 17 00:00:00 2001 From: andreas Date: Mon, 28 Apr 2008 12:06:28 +0000 Subject: resolv.conf generation for all the config::immerda hosts, some are special --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 8891a4e..586275a 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -14,7 +14,7 @@ class resolvconf { default => $resolvconf_search, } $real_resolvconf_nameservers = $resolvconf_nameservers ? { - '' => '212.103.67.60:212.103.67.61:212.103.72.231:192.168.1.104', + '' => '212.103.67.60:212.103.67.61', default => $resolvconf_nameservers, } -- cgit v1.2.3