diff options
author | drebs <drebs@riseup.net> | 2012-01-11 01:57:03 -0200 |
---|---|---|
committer | drebs <drebs@riseup.net> | 2012-01-11 01:57:03 -0200 |
commit | 9605a0654c20210afddd936a1be4500139aaeb4a (patch) | |
tree | c517b147d48d9fed396d9dbe5e7f6f567e15b239 /manifests/tor.pp | |
parent | f1dd54d9c2bbd4e667adedd135427a5a9bb48a22 (diff) | |
download | puppet-nodo-9605a0654c20210afddd936a1be4500139aaeb4a.tar.gz puppet-nodo-9605a0654c20210afddd936a1be4500139aaeb4a.tar.bz2 |
changing tor default class
Diffstat (limited to 'manifests/tor.pp')
-rw-r--r-- | manifests/tor.pp | 2 |
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 } |