From: sambufe Date: Thu, 14 Sep 2017 08:35:00 +0000 (+0200) Subject: FBBKERNSERV-325 prd X-Git-Tag: v0.1.0~2437^2~13^2^2 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=3bf24725b405b976c139d5a139e85ddce5d97a91;p=pixelpark%2Fhiera.git FBBKERNSERV-325 prd --- 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: '*'