diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/host.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/host.pp b/manifests/host.pp index 626da5a..b31fbc4 100644 --- a/manifests/host.pp +++ b/manifests/host.pp @@ -15,7 +15,7 @@ class nodo::host inherits nodo { # Vserver configuration class { 'vserver::host': - $vdirbase => "/var/vservers", + vdirbase => "/var/vservers", } # Monitoring |