From: Andreas Gerstenberg Date: Wed, 1 Nov 2017 09:42:18 +0000 (+0100) Subject: spk-spar-checker activate cronjobs X-Git-Tag: v0.1.0~2135 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=d4c5bba001f7f0ac2fff209839746e9d060c068e;p=pixelpark%2Fhiera.git spk-spar-checker activate cronjobs --- 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'