From: am Date: Mon, 28 Apr 2008 12:06:28 +0000 (+0000) Subject: resolv.conf generation for all the config::immerda hosts, some are special X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=c85e160f1d728394cebbdb93cf153e5bbbd19b8e;p=puppet-resolvconf.git 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 --- 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, }