aboutsummaryrefslogtreecommitdiff
path: root/manifests/compact.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/compact.pp')
-rw-r--r--manifests/compact.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/compact.pp b/manifests/compact.pp
new file mode 100644
index 0000000..c0f5919
--- /dev/null
+++ b/manifests/compact.pp
@@ -0,0 +1,7 @@
+# manage a complete tor
+# installation with all the basics
+class tor::compact {
+ include ::tor
+ include tor::polipo
+ include tor::torsocks
+}