aboutsummaryrefslogtreecommitdiff
path: root/manifests/plug.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/plug.pp')
-rw-r--r--manifests/plug.pp6
1 files changed, 1 insertions, 5 deletions
diff --git a/manifests/plug.pp b/manifests/plug.pp
index e7f53de..4c5d859 100644
--- a/manifests/plug.pp
+++ b/manifests/plug.pp
@@ -5,6 +5,7 @@ class nodo::plug inherits nodo {
include utils::plug
include firewall
include sysctl
+ include resolver
backupninja::sys { "sys":
ensure => present,
@@ -18,11 +19,6 @@ class nodo::plug inherits nodo {
}
}
- # DNS resolver
- $resolvconf_domain = "$domain"
- $resolvconf_search = "$fqdn"
- include resolvconf
-
# Munin configuration
munin_node { "$hostname":
port => '4900',