From a0d6d73800480c7c547917a3b659aef4ab5ec538 Mon Sep 17 00:00:00 2001
From: sambufe <samuel.bufe@publicispixelpark.de>
Date: Thu, 12 Oct 2017 10:51:47 +0200
Subject: [PATCH] BERFBB-3943 tst

---
 customer/fbb-ws/test.yaml                       | 12 ++++++++++++
 customer/fbb-ws/tst-ws01-fbb.pixelpark.net.yaml |  2 ++
 customer/fbb-ws/tst-ws02-fbb.pixelpark.net.yaml |  2 ++
 3 files changed, 16 insertions(+)

diff --git a/customer/fbb-ws/test.yaml b/customer/fbb-ws/test.yaml
index 6a57f238..c004168a 100644
--- a/customer/fbb-ws/test.yaml
+++ b/customer/fbb-ws/test.yaml
@@ -124,6 +124,18 @@ infra::profile::cron::cronjobs:
     #  - 'MAILTO=root'
       - 'PATH="/usr/bin:/bin"'
     description: 'Baggage-Trace'
+  webservice-notification:
+    command: '/bin/php -f /var/www/webservice/web/webservices/jobs/notification.php > /dev/null 2>> /var/log/fbb_webservice/webservice-notification-error.log'
+    minute: '*'
+    hour: '*'
+    date: '*'
+    month: '*'
+    weekday: '*'
+    user: apache
+    environment:
+    #  - 'MAILTO=root'
+      - 'PATH="/usr/bin:/bin"'
+    description: 'Webservice-Notification'
 
 infra::profile::postfix::transport_maps_source: 'maps/transport-fbb'
 
diff --git a/customer/fbb-ws/tst-ws01-fbb.pixelpark.net.yaml b/customer/fbb-ws/tst-ws01-fbb.pixelpark.net.yaml
index b2fc40de..6c08eac0 100644
--- a/customer/fbb-ws/tst-ws01-fbb.pixelpark.net.yaml
+++ b/customer/fbb-ws/tst-ws01-fbb.pixelpark.net.yaml
@@ -11,3 +11,5 @@ infra::profile::cron::cronjobs:
     minute: '0-59/2'
   baggage-trace:
     minute: '0'
+  webservice-notification:
+    minute: '1-59/2'
diff --git a/customer/fbb-ws/tst-ws02-fbb.pixelpark.net.yaml b/customer/fbb-ws/tst-ws02-fbb.pixelpark.net.yaml
index 03ba4ae3..94d889d3 100644
--- a/customer/fbb-ws/tst-ws02-fbb.pixelpark.net.yaml
+++ b/customer/fbb-ws/tst-ws02-fbb.pixelpark.net.yaml
@@ -11,3 +11,5 @@ infra::profile::cron::cronjobs:
     minute: '1-59/2'
   baggage-trace:
     minute: '30'
+  webservice-notification:
+    minute: '0-59/2'
-- 
2.39.5