From: andreas 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=0b4e89569a30268cc1a4ccca0a9a34bdd965acc5;p=puppet-resolvconf.git resolv.conf generation for all the config::immerda hosts, some are special --- 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, }