diff options
Diffstat (limited to 'manifests')
-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 } |