From 7481bfad762b71a44fb4c4cc750e99f9c9a1fb64 Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Wed, 21 Jun 2017 17:09:15 +0200 Subject: [PATCH] fbb-www - create '/var/data/flugimport_cron' --- customer/fbb-www/common.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/customer/fbb-www/common.yaml b/customer/fbb-www/common.yaml index 9778af9e..4f27d4cd 100644 --- a/customer/fbb-www/common.yaml +++ b/customer/fbb-www/common.yaml @@ -120,4 +120,8 @@ infra::additional_files: owner: unitb.cron group: apache mode: '0775' - + '/var/data/flugimport_cron': + ensure: 'directory' + owner: unitb.cron + group: apache + mode: '0775' -- 2.39.5