summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-10-28 16:16:28 +0200
committerintrigeri <intrigeri@boum.org>2012-04-11 15:07:28 +0200
commit4d178902337cf6fe07734af744c052e451f1388c (patch)
tree0d90187b7f8a135e45746419b65c144ea9908bdc
parent7bf57976706f73881d18bbaea0e7f87b7f1c3b40 (diff)
Do not ensure the privoxy package is uninstalled.
this should be done in a seperate module and is not really needed here Conflicts: manifests/init.pp
-rw-r--r--manifests/polipo.pp4
1 files changed, 0 insertions, 4 deletions
diff --git a/manifests/polipo.pp b/manifests/polipo.pp
index 73eaea2..4a3d146 100644
--- a/manifests/polipo.pp
+++ b/manifests/polipo.pp
@@ -1,9 +1,5 @@
class tor::polipo inherits tor {
- package { "privoxy":
- ensure => absent,
- }
-
package { "polipo":
ensure => installed,
}