From d03a5bade3aec91c7201fd864cb60668b3435a6c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 3 May 2011 17:18:23 -0300 Subject: Avoiding annoying messages --- manifests/init.pp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'manifests/init.pp') 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", + } } -- cgit v1.2.3