From 3a21779043e6f422b841c2bb5227885c5f92697b Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Wed, 5 Jul 2017 14:58:13 +0200 Subject: [PATCH] fbb-www - mehr Ordner mit Puppet managen --- customer/fbb-www/common.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/customer/fbb-www/common.yaml b/customer/fbb-www/common.yaml index 34989bc0..d71e348e 100644 --- a/customer/fbb-www/common.yaml +++ b/customer/fbb-www/common.yaml @@ -125,6 +125,16 @@ infra::additional_files: owner: apache group: root mode: '0755' + '/opt/app/web_alt': + ensure: 'directory' + owner: apache + group: root + mode: '0755' + '/opt/app/web_alt/flugplan_dbsync': + ensure: 'directory' + owner: apache + group: apache + mode: '0755' '/var/log/unitb': ensure: 'directory' owner: unitb.cron -- 2.39.5