summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
+ }
}