]> gitweb.fluxo.info Git - puppet-tor.git/commitdiff
Adding torsocks
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 5 Sep 2011 18:58:40 +0000 (15:58 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 5 Sep 2011 18:58:40 +0000 (15:58 -0300)
manifests/init.pp

index bfd17eaa99af32520fe57b922a00d89cd3c9c556..726b247bf9252c2248737ab22e60eaf769ab2428 100644 (file)
@@ -3,7 +3,7 @@ class tor {
     ensure => absent,
   }
 
-  package { [ "tor", "polipo" ]:
+  package { [ "tor", "polipo", "torsocks" ]:
     ensure => installed,
   }