From 4ac020202d87afcd69de483a777eff03cef75a4c Mon Sep 17 00:00:00 2001 From: mh Date: Sun, 19 Feb 2017 23:18:19 +0100 Subject: polipo is not supported on EL --- manifests/compact.pp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'manifests/compact.pp') 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 + } } -- cgit v1.2.3 From a126312584199726a90c3dd7144abba48a8bd1b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis-Philippe=20V=C3=A9ronneau?= Date: Tue, 19 Jun 2018 12:49:49 -0400 Subject: remove polipo support --- manifests/compact.pp | 3 --- 1 file changed, 3 deletions(-) (limited to 'manifests/compact.pp') diff --git a/manifests/compact.pp b/manifests/compact.pp index 901dd8b..56e74cc 100644 --- a/manifests/compact.pp +++ b/manifests/compact.pp @@ -3,7 +3,4 @@ class tor::compact { include ::tor include tor::torsocks - if $facts['osfamily'] == 'Debian' { - include tor::polipo - } } -- cgit v1.2.3 From 21481ba6a39c61b6fb838a524c7b5a6b7605036b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis-Philippe=20V=C3=A9ronneau?= Date: Tue, 19 Jun 2018 12:51:12 -0400 Subject: remove 'compact' class --- manifests/compact.pp | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 manifests/compact.pp (limited to 'manifests/compact.pp') diff --git a/manifests/compact.pp b/manifests/compact.pp deleted file mode 100644 index 56e74cc..0000000 --- a/manifests/compact.pp +++ /dev/null @@ -1,6 +0,0 @@ -# manage a complete tor -# installation with all the basics -class tor::compact { - include ::tor - include tor::torsocks -} -- cgit v1.2.3