summaryrefslogtreecommitdiff
path: root/manifests/full.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-04-12 17:12:53 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-04-12 17:12:53 -0300
commite7db0ea316fb9bf2c7ae5792a447697a561d839d (patch)
tree0311a4a205e4908d29f5d1536903efdba0454fc3 /manifests/full.pp
downloadpuppet-onion-e7db0ea316fb9bf2c7ae5792a447697a561d839d.tar.gz
puppet-onion-e7db0ea316fb9bf2c7ae5792a447697a561d839d.tar.bz2
Initial import
Diffstat (limited to 'manifests/full.pp')
-rw-r--r--manifests/full.pp12
1 files changed, 12 insertions, 0 deletions
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: { }
+ }
+
+}