summaryrefslogtreecommitdiff
path: root/manifests/polipo
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/polipo')
-rw-r--r--manifests/polipo/debian.pp12
1 files changed, 3 insertions, 9 deletions
diff --git a/manifests/polipo/debian.pp b/manifests/polipo/debian.pp
index e39f603..607b361 100644
--- a/manifests/polipo/debian.pp
+++ b/manifests/polipo/debian.pp
@@ -1,13 +1,7 @@
# manage polipo on debian
class tor::polipo::debian inherits tor::polipo::base {
- # TODO: restore file to original state after the following bug is solved:
- # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=580434
- file { '/etc/cron.daily/polipo':
- ensure => present,
- owner => root,
- group => root,
- mode => '0755',
- require => Package['polipo'],
- source => 'puppet:///modules/tor/polipo/polipo.cron',
+ Service['polipo'] {
+ hasstatus => false,
+ pattern => '/usr/bin/polipo',
}
}