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/physical.pp | |
parent | 066aed3b86377004786972b6dccfbc631011a6f2 (diff) | |
download | puppet-nodo-b4221a547d5b7739bd9c76a1c6f75a4536490e2d.tar.gz puppet-nodo-b4221a547d5b7739bd9c76a1c6f75a4536490e2d.tar.bz2 |
Adding resolver class
Diffstat (limited to 'manifests/physical.pp')
-rw-r--r-- | manifests/physical.pp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/manifests/physical.pp b/manifests/physical.pp index 657c7d2..97e55d3 100644 --- a/manifests/physical.pp +++ b/manifests/physical.pp @@ -8,6 +8,7 @@ class nodo::physical inherits nodo { include ups include utils::physical include smartmontools + include resolver # Vserver configuration $vserver_vdirbase = "/var/vservers" @@ -24,11 +25,6 @@ class nodo::physical inherits nodo { default: { include ntpdate } } - # DNS resolver - $resolvconf_domain = "$domain" - $resolvconf_search = "$fqdn" - include resolvconf - # SSH Server # # We need to restrict listen address so multiple instances |