From: Silvio Rhatto Date: Sun, 13 Nov 2016 17:00:11 +0000 (-0200) Subject: Do not use tor::polipo X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f9adcd3ec2fe1143a98c5fb06dee1402963ca123;p=puppet-onion.git Do not use tor::polipo --- 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: { } + #} + }