From: Philipp Dallig Date: Mon, 3 Jul 2017 13:54:43 +0000 (+0200) Subject: fbb-ws & fbb-www - create /opt/app with puppet X-Git-Tag: v0.1.0~2736^2~5 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=97767fa266794b6a061fb577474421de5f4083d1;p=pixelpark%2Fhiera.git fbb-ws & fbb-www - create /opt/app with puppet --- 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