diff options
author | mh <mh@immerda.ch> | 2011-10-28 16:55:19 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2011-10-28 16:55:24 +0200 |
commit | 6f5e3422b89ba38bbb22e350401279f722e18827 (patch) | |
tree | afc417932d3e04143ca61eb3561a4894d9a1ba5d | |
parent | 8f1d1c4ef7a1298d448416997218dafb5d40166f (diff) | |
download | puppet-tor-6f5e3422b89ba38bbb22e350401279f722e18827.tar.gz puppet-tor-6f5e3422b89ba38bbb22e350401279f722e18827.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 +} |