diff options
author | mh <mh@immerda.ch> | 2011-10-28 16:55:19 +0200 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2012-06-08 17:39:45 +0200 |
commit | 3c197b0de15f9d43fc63c029c19d2e8b5c2a0ecf (patch) | |
tree | c14d3fb6ee0fb346170f7f9d0bd109ab5f78383f | |
parent | 85471074070083d089365d10bc3978eabc606c28 (diff) | |
download | puppet-tor-3c197b0de15f9d43fc63c029c19d2e8b5c2a0ecf.tar.gz puppet-tor-3c197b0de15f9d43fc63c029c19d2e8b5c2a0ecf.tar.bz2 |
add a compact class
mainly to give a way to have the old behavior
-rw-r--r-- | manifests/compact.pp | 5 |
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 +} |