From 3bf24725b405b976c139d5a139e85ddce5d97a91 Mon Sep 17 00:00:00 2001 From: sambufe Date: Thu, 14 Sep 2017 10:35:00 +0200 Subject: [PATCH] FBBKERNSERV-325 prd --- customer/fbb-ws/production.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/customer/fbb-ws/production.yaml b/customer/fbb-ws/production.yaml index 638ca84a..467cae06 100644 --- a/customer/fbb-ws/production.yaml +++ b/customer/fbb-ws/production.yaml @@ -30,7 +30,7 @@ logstash::generic_resource: infra::profile::cron::cronjobs: vbb-import: - command: '/bin/php -f /var/www/webservice/web/webservices/jobs/vbb.php >> /var/log/fbb_webservice/vbb-import.log 2>> /var/log/fbb_webservice/vbb-import-error.log' + command: '/bin/php -f /var/www/webservice/web/webservices/jobs/vbb.php > /dev/null 2>> /var/log/fbb_webservice/vbb-import-error.log' minute: '*' hour: '*' date: '*' @@ -42,7 +42,7 @@ infra::profile::cron::cronjobs: - 'PATH="/usr/bin:/bin"' description: 'VBB-cron' webservice-push: - command: '/bin/php -f /var/www/webservice/web/webservices/jobs/push.php >> /var/log/fbb_webservice/webservice-push.log 2>> /var/log/fbb_webservice/webservice-push-error.log' + command: '/bin/php -f /var/www/webservice/web/webservices/jobs/push.php > /dev/null 2>> /var/log/fbb_webservice/webservice-push-error.log' minute: '*' hour: '*' date: '*' @@ -54,7 +54,7 @@ infra::profile::cron::cronjobs: - 'PATH="/usr/bin:/bin"' description: 'Webservice-Push' braintree: - command: '/bin/php -f /var/www/webservice/web/webservices/jobs/braintree.php >> /var/log/fbb_webservice/braintree.log 2>> /var/log/fbb_webservice/braintree-error.log' + command: '/bin/php -f /var/www/webservice/web/webservices/jobs/braintree.php > /dev/null 2>> /var/log/fbb_webservice/braintree-error.log' minute: '*' hour: '*' date: '*' @@ -66,7 +66,7 @@ infra::profile::cron::cronjobs: - 'PATH="/usr/bin:/bin"' description: 'Braintree Zahlungsverifikation' cdm-webservice-push: - command: '/bin/php -f /var/www/cdm-webservice/web/webservices/jobs/push.php >> /var/log/fbb_cdm_webservice/cdm-webservice-push.log 2>> /var/log/fbb_cdm_webservice/cdm-webservice-push-error.log' + command: '/bin/php -f /var/www/cdm-webservice/web/webservices/jobs/push.php > /dev/null 2>> /var/log/fbb_cdm_webservice/cdm-webservice-push-error.log' minute: '*' hour: '*' date: '*' @@ -78,7 +78,7 @@ infra::profile::cron::cronjobs: - 'PATH="/usr/bin:/bin"' description: 'CDM-Webservice-Push' baggage-trace: - command: '/bin/php -f /var/www/webservice/web/webservices/jobs/baggage_trace.php >> /var/log/fbb_webservice/baggage-trace.log 2>> /var/log/fbb_webservice/baggage-trace-error.log' + command: '/bin/php -f /var/www/webservice/web/webservices/jobs/baggage_trace.php > /dev/null 2>> /var/log/fbb_webservice/baggage-trace-error.log' minute: '*' hour: '*' date: '*' -- 2.39.5