From 4d178902337cf6fe07734af744c052e451f1388c Mon Sep 17 00:00:00 2001 From: mh Date: Fri, 28 Oct 2011 16:16:28 +0200 Subject: 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 --- manifests/polipo.pp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'manifests/polipo.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, } -- cgit v1.2.3