summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-09-05 15:58:40 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-09-05 15:58:40 -0300
commit33fc2cb106b6798a64c868bc91a5b4d50c20c86a (patch)
tree0bd4a2a1793ec065fd13afdbbeb6768a596fe293 /manifests/init.pp
parent2b232de9e195a1b206764767736a42c638fd7847 (diff)
Adding torsocks
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
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,
}