summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-05-03 17:18:23 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-05-03 17:18:23 -0300
commitd03a5bade3aec91c7201fd864cb60668b3435a6c (patch)
treed98815cf9209dba89e3f0ad34b48b19bb2f72585 /manifests/init.pp
parente7b56cc8b6b28d44103f8a36fe56e2f913d21f8d (diff)
Avoiding annoying messages
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp10
1 files changed, 10 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index a6c02bb..bfd17ea 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -33,4 +33,14 @@ class tor {
notify => Service["polipo"],
require => File["/etc/polipo"],
}
+
+ # 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,
+ source => "puppet://$server/modules/tor/polipo.cron",
+ }
}