From cacdbe21a66d76b68cc36a32f14b3c049c86cc9e Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Tue, 20 Jun 2017 17:44:58 +0200 Subject: [PATCH] fbb-ws - add Place webservice log-directory --- customer/fbb-ws/common.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/customer/fbb-ws/common.yaml b/customer/fbb-ws/common.yaml index 3bbfba73..a0645c8a 100644 --- a/customer/fbb-ws/common.yaml +++ b/customer/fbb-ws/common.yaml @@ -112,3 +112,17 @@ 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/fbb_cdm_webservice': + ensure: 'directory' + owner: apache + group: apache + mode: '0770' + '/var/log/fbb_webservice': + ensure: 'directory' + owner: apache + group: apache + mode: '0770' + + \ No newline at end of file -- 2.39.5