aboutsummaryrefslogtreecommitdiff
path: root/manifests/tor.pp
diff options
context:
space:
mode:
authordrebs <drebs@riseup.net>2012-01-11 01:57:03 -0200
committerdrebs <drebs@riseup.net>2012-01-11 01:57:03 -0200
commit9605a0654c20210afddd936a1be4500139aaeb4a (patch)
treec517b147d48d9fed396d9dbe5e7f6f567e15b239 /manifests/tor.pp
parentf1dd54d9c2bbd4e667adedd135427a5a9bb48a22 (diff)
downloadpuppet-nodo-9605a0654c20210afddd936a1be4500139aaeb4a.tar.gz
puppet-nodo-9605a0654c20210afddd936a1be4500139aaeb4a.tar.bz2
changing tor default class
Diffstat (limited to 'manifests/tor.pp')
-rw-r--r--manifests/tor.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/tor.pp b/manifests/tor.pp
index 730d0e0..e27e40c 100644
--- a/manifests/tor.pp
+++ b/manifests/tor.pp
@@ -1,3 +1,3 @@
class nodo::tor inherits nodo::vserver {
- include tor::relay
+ include tor::daemon
}