From fd71ab97a263ab401881495f12d19e92df1df3be Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sun, 24 Dec 2017 18:40:27 +0000 Subject: Run bugzilla crons as apache --- 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 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, } -- cgit v1.2.1