diff options
author | mh <mh@immerda.ch> | 2011-10-28 16:16:28 +0200 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2012-04-11 15:07:28 +0200 |
commit | 4d178902337cf6fe07734af744c052e451f1388c (patch) | |
tree | 0d90187b7f8a135e45746419b65c144ea9908bdc /manifests | |
parent | 7bf57976706f73881d18bbaea0e7f87b7f1c3b40 (diff) | |
download | puppet-tor-4d178902337cf6fe07734af744c052e451f1388c.tar.gz puppet-tor-4d178902337cf6fe07734af744c052e451f1388c.tar.bz2 |
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
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/polipo.pp | 4 |
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, } |