diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-18 23:04:30 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-18 23:04:30 +0200 |
commit | 7488de9b96ef527324b2dbee9424a6767fd96be7 (patch) | |
tree | b3792c50a2cb6c58e78674b9c4d559d9279c6dde /modules/bugzilla/manifests | |
parent | 7ea0c2a088a0a84f5b442998a1f0cb5dc889edac (diff) | |
download | puppet-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
Diffstat (limited to 'modules/bugzilla/manifests')
-rwxr-xr-x | modules/bugzilla/manifests/init.pp | 2 |
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, } } |