aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-23 11:26:16 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-23 11:26:16 -0200
commit20645332c66e39d59770de3c0abb6dd18eb690b1 (patch)
tree17989357927a34a4a689ce3b7eb4fff91948b288
parentbe35a51a318ff2e4b7ed9b16a9793fc6a9d33534 (diff)
downloadpuppet-tor-20645332c66e39d59770de3c0abb6dd18eb690b1.tar.gz
puppet-tor-20645332c66e39d59770de3c0abb6dd18eb690b1.tar.bz2
Setting hasstatus and pattern for tor::polipo::debian
-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',
+ }
}