summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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],
}