From: Philipp Dallig Date: Tue, 20 Jun 2017 15:48:27 +0000 (+0200) Subject: fbb-ws - correct file mode for log directories X-Git-Tag: v0.1.0~2801^2~6 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=8ca8319095cdf6b619b600d28eb02db1e4e09fe3;p=pixelpark%2Fhiera.git fbb-ws - correct file mode for log directories --- diff --git a/customer/fbb-ws/common.yaml b/customer/fbb-ws/common.yaml index a0645c8a..89654e49 100644 --- a/customer/fbb-ws/common.yaml +++ b/customer/fbb-ws/common.yaml @@ -118,11 +118,11 @@ infra::additional_files: ensure: 'directory' owner: apache group: apache - mode: '0770' + mode: '0755' '/var/log/fbb_webservice': ensure: 'directory' owner: apache group: apache - mode: '0770' + mode: '0755' \ No newline at end of file