From f9adcd3ec2fe1143a98c5fb06dee1402963ca123 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 13 Nov 2016 15:00:11 -0200 Subject: Do not use tor::polipo --- manifests/full.pp | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'manifests') 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: { } + #} + } -- cgit v1.2.3