summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
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,
}