diff options
Diffstat (limited to 'modules/bugzilla/manifests/init.pp')
-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 1d1fd8a0..8d16d693 100755 --- a/modules/bugzilla/manifests/init.pp +++ b/modules/bugzilla/manifests/init.pp @@ -180,7 +180,7 @@ class bugzilla { cron { 'collectstats': command => "cd $bugzilla_location && ./collectstats.pl", - user => 'root', + user => 'apache', hour => 2, minute => 30, } @@ -193,7 +193,7 @@ class bugzilla { } cron { 'sanitycheck': command => "cd $bugzilla_location && $bugzilla_location/sanitycheck.pl --login LpSolit@netscape.net", - user => 'root', + user => 'apache', hour => 21, minute => 0, } |