diff options
Diffstat (limited to 'manifests/subsystems')
-rw-r--r-- | manifests/subsystems/onion.pp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/manifests/subsystems/onion.pp b/manifests/subsystems/onion.pp index 1a5b38d..ee4da16 100644 --- a/manifests/subsystems/onion.pp +++ b/manifests/subsystems/onion.pp @@ -33,3 +33,15 @@ class onion::freenode inherits onion::socks { newaddress => 'p4fsi4ockecnea7l.onion', } } + +class onion::full inherits onion::freenode { + + # Currently tor management just works for debian + case $operatingsystem { + debian: { + include tor::polipo + } + default: { } + } + +} |