From: Philipp Dallig Date: Tue, 11 Jul 2017 12:00:18 +0000 (+0200) Subject: fbb-ws - correct access rights for /var/www/webservice X-Git-Tag: v0.1.0~2670^2~5 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=a43bb92667f4cfd05b32a55ebf3b61ac49fe3156;p=pixelpark%2Fhiera.git fbb-ws - correct access rights for /var/www/webservice --- 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