summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-10-28 16:16:28 +0200
committermh <mh@immerda.ch>2011-10-28 16:16:28 +0200
commit73d8e9e66fcbcb4bc539bb8dab37a89c3d033351 (patch)
treeb04d0f9b198f0a43be61a0359941641810dbd58a /manifests
parent74be0603ec956121a0995bdc0decc4618cb9a656 (diff)
this should be done in a seperate module and is not really needed here
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp4
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,
}