From: Silvio Rhatto Date: Wed, 23 Jan 2013 13:26:16 +0000 (-0200) Subject: Setting hasstatus and pattern for tor::polipo::debian X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=20645332c66e39d59770de3c0abb6dd18eb690b1;p=puppet-tor.git Setting hasstatus and pattern for tor::polipo::debian --- 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', + } }