From e7db0ea316fb9bf2c7ae5792a447697a561d839d Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 12 Apr 2013 17:12:53 -0300 Subject: Initial import --- manifests/full.pp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 manifests/full.pp (limited to 'manifests/full.pp') diff --git a/manifests/full.pp b/manifests/full.pp new file mode 100644 index 0000000..4657ea4 --- /dev/null +++ b/manifests/full.pp @@ -0,0 +1,12 @@ +class onion::full inherits onion::freenode { + include onion::ssh + + # Currently tor management just works for debian + case $::operatingsystem { + debian: { + include tor::polipo + } + default: { } + } + +} -- cgit v1.2.3