diff options
Diffstat (limited to 'modules/bugzilla/manifests')
-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 1f08a040..367b52e4 100755 --- a/modules/bugzilla/manifests/init.pp +++ b/modules/bugzilla/manifests/init.pp @@ -185,4 +185,11 @@ class bugzilla { hour => 3, minute => 0, } + cron { 'sanitycheck': + command => "$bugzilla_location/sanitycheck.pl --login LpSolit@netscape.net", + user => 'apache', + hour => 21, + minute => 0, + } + } |