From: mh Date: Fri, 28 Oct 2011 14:16:28 +0000 (+0200) Subject: this should be done in a seperate module and is not really needed here X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=73d8e9e66fcbcb4bc539bb8dab37a89c3d033351;p=puppet-tor.git this should be done in a seperate module and is not really needed here --- 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, }