From f029a92fd1acce9526a860c49bcaabbfa7005cdf Mon Sep 17 00:00:00 2001 From: sambufe Date: Wed, 21 Jun 2017 16:11:23 +0200 Subject: [PATCH] fbb flugplan cronjob --- customer/fbb-www/test.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/customer/fbb-www/test.yaml b/customer/fbb-www/test.yaml index 6c9fe68b..563b8d40 100644 --- a/customer/fbb-www/test.yaml +++ b/customer/fbb-www/test.yaml @@ -117,6 +117,19 @@ sudo::configs: florian.dorrer ALL=(web) NOPASSWD: ALL felix.maier ALL=(web) NOPASSWD: ALL +infra::profile::cron::cronjobs: + flugplan-import: + command: '/opt/app/web_alt/flugplan/SH_Sources/poll.sh >> /var/log/unitb/flugplan-import.log' + minute: '*' + hour: '*/2' + date: '*' + month: '*' + weekday: '*' + user: unitb.cron + environment: + # - 'MAILTO=root' + - 'PATH="/usr/bin:/bin"' + repo::remi_php71: true php::fpm::pools: -- 2.39.5