From 7488de9b96ef527324b2dbee9424a6767fd96be7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Tue, 18 Apr 2017 23:04:30 +0200 Subject: Bugzilla: Change clean-bug-user-last-visit crontab to run at 3AM --- modules/bugzilla/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp index 4d221e2a..6fc4eddd 100755 --- a/modules/bugzilla/manifests/init.pp +++ b/modules/bugzilla/manifests/init.pp @@ -182,7 +182,7 @@ class bugzilla { cron { 'clean-bug-user-last-visit': command => "$bugzilla_location/clean-bug-user-last-visit.pl", user => 'apache', - hour => 22, + hour => 3, minute => 0, } } -- cgit v1.2.1