From 49e7cc940e2604852e3db8a8ddbdefc810dce8ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Sat, 22 Apr 2017 15:56:11 +0200 Subject: bugzilla: Send sanitycheck to LpSolit --- modules/bugzilla/manifests/init.pp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules/bugzilla') diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp index 1f08a040..367b52e4 100755 --- a/modules/bugzilla/manifests/init.pp +++ b/modules/bugzilla/manifests/init.pp @@ -185,4 +185,11 @@ class bugzilla { hour => 3, minute => 0, } + cron { 'sanitycheck': + command => "$bugzilla_location/sanitycheck.pl --login LpSolit@netscape.net", + user => 'apache', + hour => 21, + minute => 0, + } + } -- cgit v1.2.1