diff options
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 |