From c23342930bc7fb121d7d8320257008f6cc37d08c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 23 Jan 2013 11:34:43 -0200 Subject: Using class parameters for vserver::host --- manifests/host.pp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'manifests') 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') { -- cgit v1.2.3