From dd9a78d8ae98cd196da51c56e9a453acf969c0e6 Mon Sep 17 00:00:00 2001 From: Ossi Salmi Date: Sun, 29 Jul 2012 21:51:37 +0300 Subject: [PATCH] Give webalizer cron job more time to run before log rotation --- apache/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache/manifests/init.pp b/apache/manifests/init.pp index 234f1dc..b7daa39 100644 --- a/apache/manifests/init.pp +++ b/apache/manifests/init.pp @@ -757,7 +757,7 @@ class apache::webalizer { default => webalizer, }, hour => 23, - minute => 59, + minute => 55, require => File["/usr/local/sbin/www-webalizer.sh"], }