]> gitweb.fluxo.info Git - puppet-tor.git/commitdiff
this should be done in a seperate module and is not really needed here
authormh <mh@immerda.ch>
Fri, 28 Oct 2011 14:16:28 +0000 (16:16 +0200)
committermh <mh@immerda.ch>
Fri, 28 Oct 2011 14:16:28 +0000 (16:16 +0200)
manifests/init.pp

index e4bf38043b2e2cd6737d78293c658f1d81f4db33..e1b1e723e381b8f909026f12cb6889a5dc6dc81c 100644 (file)
@@ -1,8 +1,4 @@
 class tor {
-  package { "privoxy":
-    ensure => absent,
-  }
-
   package { [ "tor", "polipo", "torsocks" ]:
     ensure => installed,
   }