summaryrefslogtreecommitdiff
path: root/manifests/daemon.pp
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2012-06-08 17:49:54 +0200
committerintrigeri <intrigeri@boum.org>2012-06-08 17:49:54 +0200
commita7fa4a80543ea29ec9521831b15b146911c5fe8a (patch)
tree2cd1ff1f70b6172e5dd6c8acef76a8e7e5dbc5ab /manifests/daemon.pp
parent3c197b0de15f9d43fc63c029c19d2e8b5c2a0ecf (diff)
The torsocks package does not need the Tor data directory.
Diffstat (limited to 'manifests/daemon.pp')
-rw-r--r--manifests/daemon.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/daemon.pp b/manifests/daemon.pp
index dddef14..4911cd0 100644
--- a/manifests/daemon.pp
+++ b/manifests/daemon.pp
@@ -12,7 +12,7 @@ class tor::daemon inherits tor {
subscribe => File[$config_file],
}
- Package[ 'tor', 'torsocks' ] {
+ Package[ 'tor' ] {
require => File[$data_dir],
}