diff options
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, } |