From ea345de4b0cce5a1bb67fb45b5b82d2e10aa16cf Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Thu, 13 Jul 2017 13:31:44 +0200 Subject: [PATCH] fbb-ws - Create unitb log path --- customer/fbb-ws/common.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/customer/fbb-ws/common.yaml b/customer/fbb-ws/common.yaml index 35de0716..94af5aa6 100644 --- a/customer/fbb-ws/common.yaml +++ b/customer/fbb-ws/common.yaml @@ -147,6 +147,12 @@ infra::additional_files: owner: apache group: apache mode: '0755' + # Log-Verzeichnis fuer Hosting Paket von UnitB + '/var/log/unitb': + ensure: 'directory' + owner: apache + group: apache + mode: '0755' '/var/www/webservice': ensure: 'directory' owner: apache -- 2.39.5