summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2017-02-19 23:18:19 +0100
committermh <mh@immerda.ch>2017-02-19 23:18:19 +0100
commit4ac020202d87afcd69de483a777eff03cef75a4c (patch)
treea428306f67e4ae0a14d4465604177339f4a399d8
parent1a4d240aadb784c065703e790b59ee39863005b3 (diff)
polipo is not supported on EL
-rw-r--r--manifests/compact.pp4
1 files changed, 3 insertions, 1 deletions
diff --git a/manifests/compact.pp b/manifests/compact.pp
index c0f5919..e44ffed 100644
--- a/manifests/compact.pp
+++ b/manifests/compact.pp
@@ -2,6 +2,8 @@
# installation with all the basics
class tor::compact {
include ::tor
- include tor::polipo
include tor::torsocks
+ if $osfamily == 'Debian' {
+ include tor::polipo
+ }
}