summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-04-18 22:47:38 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-04-18 22:47:38 -0300
commite7b56cc8b6b28d44103f8a36fe56e2f913d21f8d (patch)
tree7d5adc53ce14b64bc34fe1fab12167ad1f8bfe4b /manifests/init.pp
parent98b309f8ae3b9a6d9e52b75ec82c197ce1223ae2 (diff)
Ensure prixovy is not installed
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 6471d19..a6c02bb 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -1,4 +1,8 @@
class tor {
+ package { "privoxy":
+ ensure => absent,
+ }
+
package { [ "tor", "polipo" ]:
ensure => installed,
}