From: Philipp Dallig Date: Tue, 20 Jun 2017 15:50:30 +0000 (+0200) Subject: fbb-www - create unitb log folder X-Git-Tag: v0.1.0~2801^2~5 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=2607e466e18840005d55f0cc33ee0136862fc0bf;p=pixelpark%2Fhiera.git fbb-www - create unitb log folder --- 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' +