From a43bb92667f4cfd05b32a55ebf3b61ac49fe3156 Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Tue, 11 Jul 2017 14:00:18 +0200 Subject: [PATCH] fbb-ws - correct access rights for /var/www/webservice --- customer/fbb-ws/common.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/customer/fbb-ws/common.yaml b/customer/fbb-ws/common.yaml index 03ffeadd..193c9b89 100644 --- a/customer/fbb-ws/common.yaml +++ b/customer/fbb-ws/common.yaml @@ -147,6 +147,11 @@ infra::additional_files: owner: apache group: apache mode: '0755' + '/var/www/webservice': + ensure: 'directory' + owner: apache + group: apache + mode: '0755' '/var/www/webservice_app': ensure: 'directory' owner: apache -- 2.39.5