]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
spk-spar-checker udpate env vars for cronjobs
authorAndreas Gerstenberg <gerstenberg@pixelpark.com>
Fri, 18 Aug 2017 14:22:04 +0000 (16:22 +0200)
committerAndreas Gerstenberg <gerstenberg@pixelpark.com>
Fri, 18 Aug 2017 14:22:04 +0000 (16:22 +0200)
customer/spk-spar-checker/production.yaml
customer/spk-spar-checker/test.yaml

index b231c92d5165810693fdce34743b3546ba06d4a3..68d745b41143b1b6160e1d3040ead0a00b4fb222 100644 (file)
@@ -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
index 1de3d3680fe71b0456848b8c961198cc30548ae7..8e970d8aefa745cb80f7c48dcb0c27225ab34af1 100644 (file)
@@ -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