From: Silvio Rhatto Date: Mon, 5 Sep 2011 18:58:40 +0000 (-0300) Subject: Adding torsocks X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=33fc2cb106b6798a64c868bc91a5b4d50c20c86a;p=puppet-tor.git Adding torsocks --- diff --git a/manifests/init.pp b/manifests/init.pp index bfd17ea..726b247 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -3,7 +3,7 @@ class tor { ensure => absent, } - package { [ "tor", "polipo" ]: + package { [ "tor", "polipo", "torsocks" ]: ensure => installed, }