aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/onion.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-20 23:36:01 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-20 23:36:01 -0200
commit05a6badb848da626b95ccc7d4eab47ab1cb5cf68 (patch)
tree29643e101435311fd6bb774c72d33f13d1db109b /manifests/subsystems/onion.pp
parent22f8b5505565836be9b30019c1e6b2a5985afe46 (diff)
downloadpuppet-nodo-05a6badb848da626b95ccc7d4eab47ab1cb5cf68.tar.gz
puppet-nodo-05a6badb848da626b95ccc7d4eab47ab1cb5cf68.tar.bz2
Creating onion::full class
Diffstat (limited to 'manifests/subsystems/onion.pp')
-rw-r--r--manifests/subsystems/onion.pp12
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: { }
+ }
+
+}