From: Philipp Dallig Date: Fri, 7 Jul 2017 15:26:02 +0000 (+0200) Subject: fbb-www - create cache folder X-Git-Tag: v0.1.0~2696^2~3 X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=21f36238906fc887310b6ed6c6d25aa0f8112803;p=pixelpark%2Fhiera.git fbb-www - create cache folder --- diff --git a/customer/fbb-www/common.yaml b/customer/fbb-www/common.yaml index 53dd4250..9580552b 100644 --- a/customer/fbb-www/common.yaml +++ b/customer/fbb-www/common.yaml @@ -143,6 +143,11 @@ infra::additional_files: owner: apache group: root mode: '0755' + '/opt/app/cache': + ensure: 'directory' + owner: apache + group: apache + mode: '0755' '/opt/app/web_alt': ensure: 'directory' owner: apache diff --git a/customer/fbb-www/tst-www01-fbb.pixelpark.net.yaml b/customer/fbb-www/tst-www01-fbb.pixelpark.net.yaml index 082e2ad1..69086172 100644 --- a/customer/fbb-www/tst-www01-fbb.pixelpark.net.yaml +++ b/customer/fbb-www/tst-www01-fbb.pixelpark.net.yaml @@ -20,6 +20,7 @@ infra::profile::cron::cronjobs: user: unitb.cron environment: - 'PATH="/usr/bin:/bin"' + # Nur auf einen Server flugplanDump: command: '/bin/bash /opt/app/web_alt/flugplan/SH_Sources/flugplanDump.sh >> /var/log/unitb/flugplanDump.log 2>> /var/log/unitb/flugplanDump.log' minute: '*/10'