From: mh Date: Fri, 28 Oct 2011 14:16:28 +0000 (+0200) Subject: Do not ensure the privoxy package is uninstalled. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=4d178902337cf6fe07734af744c052e451f1388c;p=puppet-tor.git 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 --- 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, }