aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmodules/bugzilla/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
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,
}
}