aboutsummaryrefslogtreecommitdiff
path: root/manifests/polipo/debian.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/polipo/debian.pp')
-rw-r--r--manifests/polipo/debian.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/polipo/debian.pp b/manifests/polipo/debian.pp
index e39f603..5ca6922 100644
--- a/manifests/polipo/debian.pp
+++ b/manifests/polipo/debian.pp
@@ -10,4 +10,9 @@ class tor::polipo::debian inherits tor::polipo::base {
require => Package['polipo'],
source => 'puppet:///modules/tor/polipo/polipo.cron',
}
+
+ Service['polipo'] {
+ hasstatus => false,
+ pattern => '/usr/bin/polipo',
+ }
}