From 890509003314d02b97e57404b6f7f1afbb89e17b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Thu, 20 Apr 2017 16:21:45 +0200 Subject: bugzilla: Fix use of collectstats.pl --- modules/bugzilla/manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/bugzilla') 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, } -- cgit v1.2.1