summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/full.pp16
1 files changed, 10 insertions, 6 deletions
diff --git a/manifests/full.pp b/manifests/full.pp
index 4657ea4..14be354 100644
--- a/manifests/full.pp
+++ b/manifests/full.pp
@@ -1,12 +1,16 @@
class onion::full inherits onion::freenode {
include onion::ssh
- # Currently tor management just works for debian
- case $::operatingsystem {
- debian: {
- include tor::polipo
- }
- default: { }
+ package { 'polipo':
+ ensure => absent,
}
+ # Currently tor management just works for debian
+ #case $::operatingsystem {
+ # debian: {
+ # include tor::polipo
+ # }
+ # default: { }
+ #}
+
}