diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-23 11:26:16 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-23 11:26:16 -0200 |
commit | 20645332c66e39d59770de3c0abb6dd18eb690b1 (patch) | |
tree | 17989357927a34a4a689ce3b7eb4fff91948b288 /manifests/polipo | |
parent | be35a51a318ff2e4b7ed9b16a9793fc6a9d33534 (diff) | |
download | puppet-tor-20645332c66e39d59770de3c0abb6dd18eb690b1.tar.gz puppet-tor-20645332c66e39d59770de3c0abb6dd18eb690b1.tar.bz2 |
Setting hasstatus and pattern for tor::polipo::debian
Diffstat (limited to 'manifests/polipo')
-rw-r--r-- | manifests/polipo/debian.pp | 5 |
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', + } } |