]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
fbb-www - create cache folder
authorPhilipp Dallig <philipp.dallig@pixelpark.com>
Fri, 7 Jul 2017 15:26:02 +0000 (17:26 +0200)
committerPhilipp Dallig <philipp.dallig@pixelpark.com>
Fri, 7 Jul 2017 15:26:02 +0000 (17:26 +0200)
customer/fbb-www/common.yaml
customer/fbb-www/tst-www01-fbb.pixelpark.net.yaml

index 53dd42507dac7adbffaf0868e383d8a63456ca02..9580552b4cabca23047af9ae344e67d855b66787 100644 (file)
@@ -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
index 082e2ad19e520b81103031fc8b53d3ea9a3a7509..69086172b234cce8b7d325bb053afdd2ab477856 100644 (file)
@@ -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'