From: intrigeri Date: Fri, 8 Jun 2012 15:49:54 +0000 (+0200) Subject: The torsocks package does not need the Tor data directory. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=a7fa4a80543ea29ec9521831b15b146911c5fe8a;p=puppet-tor.git The torsocks package does not need the Tor data directory. --- 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], }