From 1a4d240aadb784c065703e790b59ee39863005b3 Mon Sep 17 00:00:00 2001 From: mh Date: Thu, 1 Dec 2016 12:26:05 +0100 Subject: torsocks actually needs a daemon --- manifests/torsocks.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, } -- cgit v1.2.3