From 2607e466e18840005d55f0cc33ee0136862fc0bf Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Tue, 20 Jun 2017 17:50:30 +0200 Subject: [PATCH] fbb-www - create unitb log folder --- customer/fbb-www/common.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/customer/fbb-www/common.yaml b/customer/fbb-www/common.yaml index 82abc52d..6eb9ab76 100644 --- a/customer/fbb-www/common.yaml +++ b/customer/fbb-www/common.yaml @@ -113,3 +113,11 @@ postfix::myorigin: "pixelpark.net" infra::profile::postfix::myorigin: "%{hiera('postfix::myorigin')}" infra::profile::postfix::transport_maps_source: 'maps/transport-fbb' infra::profile::postfix::virtual_aliases_source: 'maps/virtual-nullclient-fbb' + +infra::additional_files: + '/var/log/unitb': + ensure: 'directory' + owner: apache + group: apache + mode: '0755' + -- 2.39.5