From 3f211fa5835c7436164bb7effff92af1a528c813 Mon Sep 17 00:00:00 2001 From: sambufe Date: Thu, 14 Sep 2017 10:18:31 +0200 Subject: [PATCH] FBBKERNSERV-325 tst --- customer/fbb-ws/test.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/customer/fbb-ws/test.yaml b/customer/fbb-ws/test.yaml index 754a42cb..6cb5c5a6 100644 --- a/customer/fbb-ws/test.yaml +++ b/customer/fbb-ws/test.yaml @@ -54,7 +54,7 @@ sudo::configs: 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: '*' @@ -66,7 +66,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: '*' @@ -78,7 +78,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: '*' @@ -90,7 +90,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: '*' @@ -102,7 +102,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