diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-04-18 22:47:38 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-04-18 22:47:38 -0300 |
commit | e7b56cc8b6b28d44103f8a36fe56e2f913d21f8d (patch) | |
tree | 7d5adc53ce14b64bc34fe1fab12167ad1f8bfe4b /manifests | |
parent | 98b309f8ae3b9a6d9e52b75ec82c197ce1223ae2 (diff) | |
download | puppet-tor-e7b56cc8b6b28d44103f8a36fe56e2f913d21f8d.tar.gz puppet-tor-e7b56cc8b6b28d44103f8a36fe56e2f913d21f8d.tar.bz2 |
Ensure prixovy is not installed
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 4 |
1 files changed, 4 insertions, 0 deletions
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, } |