aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/web.pp4
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
+}