diff options
Diffstat (limited to 'modules/bugzilla/manifests')
-rwxr-xr-x | modules/bugzilla/manifests/init.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp index 4d2556c0..1f08a040 100755 --- a/modules/bugzilla/manifests/init.pp +++ b/modules/bugzilla/manifests/init.pp @@ -173,8 +173,8 @@ class bugzilla { } cron { 'collectstats': - command => "$bugzilla_location/bin/collectstats.pl", - user => 'apache', + command => "$bugzilla_location/collectstats.pl", + user => 'root', hour => 2, minute => 30, } |