From: sambufe Date: Fri, 23 Mar 2018 10:22:34 +0000 (+0100) Subject: FBBUBPP-50 X-Git-Tag: v0.1.0~1390^2~2 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=2f8ec32d3704778ba0e904b3c20ff9f1433f20fd;p=pixelpark%2Fhiera.git FBBUBPP-50 --- diff --git a/customer/fbb-www/common.yaml b/customer/fbb-www/common.yaml index 07bf67e1..03ec65ba 100644 --- a/customer/fbb-www/common.yaml +++ b/customer/fbb-www/common.yaml @@ -175,6 +175,16 @@ infra::additional_files: owner: unitb.cron group: apache mode: '0775' + '/var/log/httpd': + ensure: 'directory' + owner: root + group: root + mode: '0755' + '/var/log/php-fpm': + ensure: 'directory' + owner: apache + group: root + mode: '0755' '/var/data/uploaded_files': ensure: 'directory' owner: apache