summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2016-12-01 12:26:05 +0100
committermh <mh@immerda.ch>2016-12-01 12:26:05 +0100
commit1a4d240aadb784c065703e790b59ee39863005b3 (patch)
tree186f2a6eed931f71490b64ede7a6b93490f92028
parentfb0fbe06f9c2d3c0428f9129fe67eb2c4aef8f7f (diff)
torsocks actually needs a daemon
-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,
}