summaryrefslogtreecommitdiff
path: root/manifests/polipo.pp
diff options
context:
space:
mode:
authorLouis-Philippe VĂ©ronneau <pollito@riseup.net>2018-06-19 12:49:49 -0400
committerLouis-Philippe VĂ©ronneau <pollito@riseup.net>2018-06-19 12:49:49 -0400
commita126312584199726a90c3dd7144abba48a8bd1b0 (patch)
tree840f27faedfa1d8b7e5c6c39289bd2dda10c0d4b /manifests/polipo.pp
parent6796ab9a974fb9566ddfb0df6b197dc068781a8a (diff)
remove polipo support
Diffstat (limited to 'manifests/polipo.pp')
-rw-r--r--manifests/polipo.pp9
1 files changed, 0 insertions, 9 deletions
diff --git a/manifests/polipo.pp b/manifests/polipo.pp
deleted file mode 100644
index 73dc226..0000000
--- a/manifests/polipo.pp
+++ /dev/null
@@ -1,9 +0,0 @@
-# manage the polipo proxy service
-class tor::polipo {
- include ::tor
-
- case $::operatingsystem {
- 'debian': { include tor::polipo::debian }
- default: { include tor::polipo::base }
- }
-}