From: mh Date: Fri, 28 Oct 2011 14:55:19 +0000 (+0200) Subject: add a compact class X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3c197b0de15f9d43fc63c029c19d2e8b5c2a0ecf;p=puppet-tor.git add a compact class mainly to give a way to have the old behavior --- 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 +}