diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-23 11:35:57 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-23 11:35:57 -0200 |
commit | 9c64cff37985a26f7aac5474928403f2605c588f (patch) | |
tree | ca2d21d18e6a54c13d85f6a8cdc38349c714f8f9 /manifests | |
parent | c23342930bc7fb121d7d8320257008f6cc37d08c (diff) | |
download | puppet-nodo-9c64cff37985a26f7aac5474928403f2605c588f.tar.gz puppet-nodo-9c64cff37985a26f7aac5474928403f2605c588f.tar.bz2 |
Oops
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 |