From d4c5bba001f7f0ac2fff209839746e9d060c068e Mon Sep 17 00:00:00 2001 From: Andreas Gerstenberg Date: Wed, 1 Nov 2017 10:42:18 +0100 Subject: [PATCH] spk-spar-checker activate cronjobs --- customer/spk-spar-checker/production.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/customer/spk-spar-checker/production.yaml b/customer/spk-spar-checker/production.yaml index 713a3336..e9932ff0 100644 --- a/customer/spk-spar-checker/production.yaml +++ b/customer/spk-spar-checker/production.yaml @@ -192,7 +192,7 @@ infra::profile::apache::pp_vhosts: infra::profile::cron::cronjobs: clear_tokens: - ensure: 'absent' + ensure: 'present' user: apache command: 'echo >> $LOG; date >> $LOG; php /var/www/spar-checker/sparchecker-backend/cli.php tokens-clear >>$LOG 2>&1' minute: '*/30' @@ -202,7 +202,7 @@ infra::profile::cron::cronjobs: - 'LOG=/var/www/log/cron/clear.token.log' description: clear tokens ping_api: - ensure: 'absent' + ensure: 'present' user: apache command: 'echo >> $LOG; date >> $LOG; php /var/www/spar-checker/sparchecker-backend/cli.php api-pinger >>$LOG 2>&1' minute: '*/5' -- 2.39.5