]> gitweb.fluxo.info Git - puppet-tor.git/commitdiff
add a compact class
authormh <mh@immerda.ch>
Fri, 28 Oct 2011 14:55:19 +0000 (16:55 +0200)
committermh <mh@immerda.ch>
Fri, 28 Oct 2011 14:55:24 +0000 (16:55 +0200)
mainly to give a way to have the old behavior

manifests/compact.pp [new file with mode: 0644]

diff --git a/manifests/compact.pp b/manifests/compact.pp
new file mode 100644 (file)
index 0000000..472a4a6
--- /dev/null
@@ -0,0 +1,5 @@
+class tor::compact {
+  include ::tor
+  include tor::polipo
+  include tor::torsocks
+}