summaryrefslogtreecommitdiff
path: root/manifests/torsocks.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/torsocks.pp')
-rw-r--r--manifests/torsocks.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/torsocks.pp b/manifests/torsocks.pp
index e9fc75b..9f735d4 100644
--- a/manifests/torsocks.pp
+++ b/manifests/torsocks.pp
@@ -2,7 +2,7 @@
class tor::torsocks (
$ensure_version = 'installed'
){
- include ::tor
+ include ::tor::daemon
package{'torsocks':
ensure => $ensure_version,
}