aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2017-04-18 23:04:30 +0200
committerNicolas Lécureuil <neoclust@mageia.org>2017-04-18 23:04:30 +0200
commit7488de9b96ef527324b2dbee9424a6767fd96be7 (patch)
treeb3792c50a2cb6c58e78674b9c4d559d9279c6dde
parent7ea0c2a088a0a84f5b442998a1f0cb5dc889edac (diff)
downloadpuppet-7488de9b96ef527324b2dbee9424a6767fd96be7.tar
puppet-7488de9b96ef527324b2dbee9424a6767fd96be7.tar.gz
puppet-7488de9b96ef527324b2dbee9424a6767fd96be7.tar.bz2
puppet-7488de9b96ef527324b2dbee9424a6767fd96be7.tar.xz
puppet-7488de9b96ef527324b2dbee9424a6767fd96be7.zip
Bugzilla: Change clean-bug-user-last-visit crontab to run at 3AM
-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,
}
}