diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-27 19:45:51 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-27 19:45:51 -0200 |
commit | da1cf29591ca6e1ed68620f4db07b28e58aadf46 (patch) | |
tree | 38f8f2ce74c8bb936e02ea1b42d90b0ec0796477 /manifests | |
parent | 3d9b735928d1e6a4b7c7bacc62f6a4397a21ca12 (diff) | |
download | puppet-nodo-da1cf29591ca6e1ed68620f4db07b28e58aadf46.tar.gz puppet-nodo-da1cf29591ca6e1ed68620f4db07b28e58aadf46.tar.bz2 |
Adding class nodo::web::hidden
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/web.pp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/web.pp b/manifests/web.pp index 1657d2a..ef5ef7c 100644 --- a/manifests/web.pp +++ b/manifests/web.pp @@ -41,3 +41,7 @@ class nodo::web inherits nodo::vserver { src => "/var/svn", } } + +class nodo::web::hidden inherits nodo::web { + include onion +} |