aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla
diff options
context:
space:
mode:
Diffstat (limited to 'modules/bugzilla')
-rwxr-xr-xmodules/bugzilla/manifests/init.pp4
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,
}