From c85e160f1d728394cebbdb93cf153e5bbbd19b8e Mon Sep 17 00:00:00 2001 From: am Date: Mon, 28 Apr 2008 12:06:28 +0000 Subject: resolv.conf generation for all the config::immerda hosts, some are special git-svn-id: https://svn/ipuppet/trunk/modules/resolvconf@1306 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 --- 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