aboutsummaryrefslogtreecommitdiff
path: root/manifests/tor.pp
diff options
context:
space:
mode:
authordrebs <drebs@riseup.net>2012-01-08 01:01:07 -0200
committerdrebs <drebs@riseup.net>2012-01-08 01:01:07 -0200
commitc680d534dca741b0a06fe308b2f4d02a73ca6226 (patch)
tree42a94958916d36981d4556a482c94d420b75b83e /manifests/tor.pp
parent9321d901c5a5c251b16df7b793affda4141b512f (diff)
downloadpuppet-nodo-c680d534dca741b0a06fe308b2f4d02a73ca6226.tar.gz
puppet-nodo-c680d534dca741b0a06fe308b2f4d02a73ca6226.tar.bz2
adding tor relay support
Diffstat (limited to 'manifests/tor.pp')
-rw-r--r--manifests/tor.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/tor.pp b/manifests/tor.pp
new file mode 100644
index 0000000..730d0e0
--- /dev/null
+++ b/manifests/tor.pp
@@ -0,0 +1,3 @@
+class nodo::tor inherits nodo::vserver {
+ include tor::relay
+}