summaryrefslogtreecommitdiff
path: root/manifests/polipo/debian.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/polipo/debian.pp')
-rw-r--r--manifests/polipo/debian.pp7
1 files changed, 0 insertions, 7 deletions
diff --git a/manifests/polipo/debian.pp b/manifests/polipo/debian.pp
deleted file mode 100644
index 607b361..0000000
--- a/manifests/polipo/debian.pp
+++ /dev/null
@@ -1,7 +0,0 @@
-# manage polipo on debian
-class tor::polipo::debian inherits tor::polipo::base {
- Service['polipo'] {
- hasstatus => false,
- pattern => '/usr/bin/polipo',
- }
-}