diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-09-13 13:37:11 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-09-13 13:37:11 -0300 |
commit | b4221a547d5b7739bd9c76a1c6f75a4536490e2d (patch) | |
tree | 7a57137935325f8920af4586ebf7784b80ad7a70 /manifests/plug.pp | |
parent | 066aed3b86377004786972b6dccfbc631011a6f2 (diff) | |
download | puppet-nodo-b4221a547d5b7739bd9c76a1c6f75a4536490e2d.tar.gz puppet-nodo-b4221a547d5b7739bd9c76a1c6f75a4536490e2d.tar.bz2 |
Adding resolver class
Diffstat (limited to 'manifests/plug.pp')
-rw-r--r-- | manifests/plug.pp | 6 |
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', |