From: Andreas Gerstenberg Date: Fri, 18 Aug 2017 14:22:04 +0000 (+0200) Subject: spk-spar-checker udpate env vars for cronjobs X-Git-Tag: v0.1.0~2574 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=2ee940c2135780f784ee361440275bfec7262045;p=pixelpark%2Fhiera.git spk-spar-checker udpate env vars for cronjobs --- diff --git a/customer/spk-spar-checker/production.yaml b/customer/spk-spar-checker/production.yaml index b231c92d..68d745b4 100644 --- a/customer/spk-spar-checker/production.yaml +++ b/customer/spk-spar-checker/production.yaml @@ -159,7 +159,7 @@ infra::profile::cron::cronjobs: minute: '*/30' hour: '*' environment: - - 'APPLICATION_ENV production' + - 'APPLICATION_ENV=production' - 'LOG=/var/www/log/cron/clear.token.log' description: clear tokens ping_api: @@ -169,6 +169,6 @@ infra::profile::cron::cronjobs: minute: '*/5' hour: '*' environment: - - 'APPLICATION_ENV production' + - 'APPLICATION_ENV=production' - 'LOG=/var/www/log/cron/ping.api.log' description: ping api diff --git a/customer/spk-spar-checker/test.yaml b/customer/spk-spar-checker/test.yaml index 1de3d368..8e970d8a 100644 --- a/customer/spk-spar-checker/test.yaml +++ b/customer/spk-spar-checker/test.yaml @@ -158,7 +158,7 @@ infra::profile::cron::cronjobs: minute: '*/30' hour: '*' environment: - - 'APPLICATION_ENV production' + - 'APPLICATION_ENV=production' - 'LOG=/var/www/log/cron/clear.token.log' description: clear tokens ping_api: @@ -168,7 +168,7 @@ infra::profile::cron::cronjobs: minute: '*/5' hour: '*' environment: - - 'APPLICATION_ENV production' + - 'APPLICATION_ENV=production' - 'LOG=/var/www/log/cron/ping.api.log' description: ping api