diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index e4bf380..e1b1e72 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,8 +1,4 @@ class tor { - package { "privoxy": - ensure => absent, - } - package { [ "tor", "polipo", "torsocks" ]: ensure => installed, } |