summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp5
1 files changed, 1 insertions, 4 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 60956ee..c682bfa 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -16,10 +16,7 @@
class resolvconf(
$domain = $::domain,
$search = $::domain,
- $nameservers = [
- '77.109.138.45',
- '77.109.139.29',
- ],
+ $nameservers = [ '8.8.8.8' ],
$tail,
) {
$content = $::operatingsystem ? {