From 7ea0c2a088a0a84f5b442998a1f0cb5dc889edac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Tue, 18 Apr 2017 23:01:54 +0200 Subject: Bugzilla: Add a crontab to execute clean-bug-user-last-visit.pl every day --- modules/bugzilla/manifests/init.pp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules') diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp index 373187d7..4d221e2a 100755 --- a/modules/bugzilla/manifests/init.pp +++ b/modules/bugzilla/manifests/init.pp @@ -178,4 +178,11 @@ class bugzilla { hour => 2, minute => 30, } + + cron { 'clean-bug-user-last-visit': + command => "$bugzilla_location/clean-bug-user-last-visit.pl", + user => 'apache', + hour => 22, + minute => 0, + } } -- cgit v1.2.1