diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-03-24 16:17:06 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-03-24 16:17:06 -0300 |
commit | 70be0f028161219ee84083720e488ecf640795dc (patch) | |
tree | 9020c78e915a82ffb6c96d24619f5e9ad42a0faf /manifests | |
parent | becba25bf7e547f3550ce05fb1aeb9c8f9283135 (diff) | |
download | puppet-virtual-70be0f028161219ee84083720e488ecf640795dc.tar.gz puppet-virtual-70be0f028161219ee84083720e488ecf640795dc.tar.bz2 |
Fix virtual::vserver::host class namefeature/autoload
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/vserver/host.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/vserver/host.pp b/manifests/vserver/host.pp index 40c26eb..c50e225 100644 --- a/manifests/vserver/host.pp +++ b/manifests/vserver/host.pp @@ -1,4 +1,4 @@ -class vserver::host($vdirbase = "/var/lib/vservers") { +class virtual::vserver::host($vdirbase = "/var/lib/vservers") { module_dir { "virtual/contexts": } |