summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-10-28 16:55:19 +0200
committermh <mh@immerda.ch>2011-10-28 16:55:24 +0200
commit6f5e3422b89ba38bbb22e350401279f722e18827 (patch)
treeafc417932d3e04143ca61eb3561a4894d9a1ba5d
parent8f1d1c4ef7a1298d448416997218dafb5d40166f (diff)
add a compact class
mainly to give a way to have the old behavior
-rw-r--r--manifests/compact.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/compact.pp b/manifests/compact.pp
new file mode 100644
index 0000000..472a4a6
--- /dev/null
+++ b/manifests/compact.pp
@@ -0,0 +1,5 @@
+class tor::compact {
+ include ::tor
+ include tor::polipo
+ include tor::torsocks
+}