From fa638e60cd3532fe84bd161a071dd40b3b60ce0e Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Thu, 13 Jul 2017 09:55:36 +0200 Subject: [PATCH] fbb-ws - correct docroot rights --- 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 49704f48..35de0716 100644 --- a/customer/fbb-ws/common.yaml +++ b/customer/fbb-ws/common.yaml @@ -188,6 +188,11 @@ infra::additional_files: '/var/www/webservice_app/pushSpecial': ensure: 'link' target: '/var/data/fiona/app/online/docs/pushSpecial' + '/var/www/cdm-webservice': + ensure: 'directory' + owner: apache + group: apache + mode: '0755' '/var/www/cdm-webservice_app': ensure: 'directory' owner: apache -- 2.39.5