summaryrefslogtreecommitdiff
path: root/puppet/modules/tor/manifests/compact.pp
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/modules/tor/manifests/compact.pp')
-rw-r--r--puppet/modules/tor/manifests/compact.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/puppet/modules/tor/manifests/compact.pp b/puppet/modules/tor/manifests/compact.pp
new file mode 100644
index 00000000..c0f59199
--- /dev/null
+++ b/puppet/modules/tor/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
+}