]> gitweb.fluxo.info Git - puppet-tor.git/commitdiff
Do not ensure the privoxy package is uninstalled.
authormh <mh@immerda.ch>
Fri, 28 Oct 2011 14:16:28 +0000 (16:16 +0200)
committerintrigeri <intrigeri@boum.org>
Wed, 11 Apr 2012 13:07:28 +0000 (15:07 +0200)
this should be done in a seperate module and is not really needed here

Conflicts:

manifests/init.pp

manifests/polipo.pp

index 73eaea279e390e053fbca0a6b56137b84164c75c..4a3d146f0d7ba134f553fd2201dcf04b3ad3a651 100644 (file)
@@ -1,9 +1,5 @@
 class tor::polipo inherits tor {
 
-  package { "privoxy":
-    ensure => absent,
-  }
-
   package { "polipo":
     ensure => installed,
   }