From: Silvio Rhatto Date: Mon, 19 Apr 2010 01:47:38 +0000 (-0300) Subject: Ensure prixovy is not installed X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=e7b56cc8b6b28d44103f8a36fe56e2f913d21f8d;p=puppet-tor.git Ensure prixovy is not installed --- diff --git a/manifests/init.pp b/manifests/init.pp index 6471d19..a6c02bb 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,4 +1,8 @@ class tor { + package { "privoxy": + ensure => absent, + } + package { [ "tor", "polipo" ]: ensure => installed, }