diff options
-rwxr-xr-x | modules/bugzilla/manifests/init.pp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp index 373187d7..4d221e2a 100755 --- a/modules/bugzilla/manifests/init.pp +++ b/modules/bugzilla/manifests/init.pp @@ -178,4 +178,11 @@ class bugzilla { hour => 2, minute => 30, } + + cron { 'clean-bug-user-last-visit': + command => "$bugzilla_location/clean-bug-user-last-visit.pl", + user => 'apache', + hour => 22, + minute => 0, + } } |