From: Philipp Dallig Date: Wed, 5 Jul 2017 13:40:04 +0000 (+0200) Subject: fbb-www - create lastupdated file X-Git-Tag: v0.1.0~2723 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=de0c90e2e6d93b684206df24155e77aac4a52b6f;p=pixelpark%2Fhiera.git fbb-www - create lastupdated file --- diff --git a/customer/fbb-www/common.yaml b/customer/fbb-www/common.yaml index d71e348e..167da8a1 100644 --- a/customer/fbb-www/common.yaml +++ b/customer/fbb-www/common.yaml @@ -140,6 +140,11 @@ infra::additional_files: owner: unitb.cron group: apache mode: '0775' + '/var/data/uploaded_files': + ensure: 'directory' + owner: apache + group: apache + mode: '0755' # Create flugimport_cron Folders '/var/data/flugimport_cron': ensure: 'directory' @@ -171,6 +176,11 @@ infra::additional_files: owner: unitb.cron group: apache mode: '0775' + '/var/data/flugimport_cron/lastupdated': + ensure: 'file' + owner: unitb.cron + group: apache + mode: '0775' '/var/data/fiona': ensure: 'directory' owner: web