]> gitweb.fluxo.info Git - puppet-tor.git/commitdiff
The torsocks package does not need the Tor data directory.
authorintrigeri <intrigeri@boum.org>
Fri, 8 Jun 2012 15:49:54 +0000 (17:49 +0200)
committerintrigeri <intrigeri@boum.org>
Fri, 8 Jun 2012 15:49:54 +0000 (17:49 +0200)
manifests/daemon.pp

index dddef14ba30a1fc74d9ba2902d0af9e046cd1077..4911cd0fd8c62553cd5019595cd7f9c0f376e0df 100644 (file)
@@ -12,7 +12,7 @@ class tor::daemon inherits tor {
     subscribe => File[$config_file],
   }
 
-  Package[ 'tor', 'torsocks' ] {
+  Package[ 'tor' ] {
     require => File[$data_dir],
   }