From 3f80d54e7c1fa2b5ec48aced67d224b6f07b76a7 Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Wed, 5 Jul 2017 15:48:06 +0200 Subject: [PATCH] fbb-ws - create lastupdated file also on ws --- customer/fbb-ws/common.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/customer/fbb-ws/common.yaml b/customer/fbb-ws/common.yaml index 6e8b0cd3..58c4e0d5 100644 --- a/customer/fbb-ws/common.yaml +++ b/customer/fbb-ws/common.yaml @@ -164,4 +164,14 @@ infra::additional_files: target: '/var/data/fiona/app/online/docs/productMail' '/var/www/webservice_app/pushSpecial': ensure: 'link' - target: '/var/data/fiona/app/online/docs/pushSpecial' \ No newline at end of file + target: '/var/data/fiona/app/online/docs/pushSpecial' + '/var/data/flugimport_cron': + ensure: 'directory' + owner: unitb.cron + group: apache + mode: '0775' + '/var/data/flugimport_cron/lastupdated': + ensure: 'file' + owner: unitb.cron + group: apache + mode: '0775' \ No newline at end of file -- 2.39.5