summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-11-13 15:00:11 -0200
committerSilvio Rhatto <rhatto@riseup.net>2016-11-13 15:00:11 -0200
commitf9adcd3ec2fe1143a98c5fb06dee1402963ca123 (patch)
treefe7b3e5d4c8ecd1ba2803785d6a141f28d53df68
parent3c58e040c14022213c73e185b8846dfc80c70783 (diff)
downloadpuppet-onion-f9adcd3ec2fe1143a98c5fb06dee1402963ca123.tar.gz
puppet-onion-f9adcd3ec2fe1143a98c5fb06dee1402963ca123.tar.bz2
Do not use tor::polipo
-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: { }
+ #}
+
}