From: Philipp Dallig Date: Wed, 5 Jul 2017 13:48:06 +0000 (+0200) Subject: fbb-ws - create lastupdated file also on ws X-Git-Tag: v0.1.0~2722 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=3f80d54e7c1fa2b5ec48aced67d224b6f07b76a7;p=pixelpark%2Fhiera.git fbb-ws - create lastupdated file also on ws --- 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