diff options
| author | mh <mh@immerda.ch> | 2011-10-28 16:16:28 +0200 |
|---|---|---|
| committer | mh <mh@immerda.ch> | 2011-10-28 16:16:28 +0200 |
| commit | 73d8e9e66fcbcb4bc539bb8dab37a89c3d033351 (patch) | |
| tree | b04d0f9b198f0a43be61a0359941641810dbd58a | |
| parent | 74be0603ec956121a0995bdc0decc4618cb9a656 (diff) | |
| download | puppet-tor-73d8e9e66fcbcb4bc539bb8dab37a89c3d033351.tar.gz puppet-tor-73d8e9e66fcbcb4bc539bb8dab37a89c3d033351.tar.bz2 | |
this should be done in a seperate module and is not really needed here
| -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, } |
