diff options
-rw-r--r-- | manifests/host.pp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/manifests/host.pp b/manifests/host.pp index c7af23a..626da5a 100644 --- a/manifests/host.pp +++ b/manifests/host.pp @@ -14,8 +14,9 @@ class nodo::host inherits nodo { class { 'firewall': } # Vserver configuration - $vserver_vdirbase = "/var/vservers" - include vserver::host + class { 'vserver::host': + $vdirbase => "/var/vservers", + } # Monitoring if !defined('monitor') { |