From 97767fa266794b6a061fb577474421de5f4083d1 Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Mon, 3 Jul 2017 15:54:43 +0200 Subject: [PATCH] fbb-ws & fbb-www - create /opt/app with puppet --- customer/fbb-ws/common.yaml | 5 +++++ customer/fbb-www/common.yaml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/customer/fbb-ws/common.yaml b/customer/fbb-ws/common.yaml index 89654e49..cbe33831 100644 --- a/customer/fbb-ws/common.yaml +++ b/customer/fbb-ws/common.yaml @@ -114,6 +114,11 @@ infra::profile::postfix::transport_maps_source: 'maps/transport-fbb' infra::profile::postfix::virtual_aliases_source: 'maps/virtual-nullclient-fbb' infra::additional_files: + '/opt/app': + ensure: 'directory' + owner: apache + group: root + mode: '0755' '/var/log/fbb_cdm_webservice': ensure: 'directory' owner: apache diff --git a/customer/fbb-www/common.yaml b/customer/fbb-www/common.yaml index 4ac17a53..680a8815 100644 --- a/customer/fbb-www/common.yaml +++ b/customer/fbb-www/common.yaml @@ -117,6 +117,11 @@ infra::profile::postfix::transport_maps_source: 'maps/transport-fbb' infra::profile::postfix::virtual_aliases_source: 'maps/virtual-nullclient-fbb' infra::additional_files: + '/opt/app': + ensure: 'directory' + owner: apache + group: root + mode: '0755' '/var/log/unitb': ensure: 'directory' owner: unitb.cron -- 2.39.5