]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
fbb-ws - add baggage trace cronjob on test
authorPhilipp Dallig <philipp.dallig@pixelpark.com>
Fri, 4 Aug 2017 09:10:04 +0000 (11:10 +0200)
committerPhilipp Dallig <philipp.dallig@pixelpark.com>
Fri, 4 Aug 2017 09:10:04 +0000 (11:10 +0200)
customer/fbb-ws/test.yaml
customer/fbb-ws/tst-ws01-fbb.pixelpark.net.yaml
customer/fbb-ws/tst-ws02-fbb.pixelpark.net.yaml

index e35a2013a27d8310c2b0f5425a7715ff19ecad4c..ea940740e37bed831e2ccab07fe2d4f96ba159f1 100644 (file)
@@ -79,6 +79,18 @@ infra::profile::cron::cronjobs:
     #  - 'MAILTO=root'
       - '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'
+    minute: '*'
+    hour: '*'
+    date: '*'
+    month: '*'
+    weekday: '*'
+    user: apache
+    environment:
+    #  - 'MAILTO=root'
+      - 'PATH="/usr/bin:/bin"'
+    description: 'Baggage-Trace'
 
 infra::profile::postfix::transport_maps_source: 'maps/transport-fbb'
 
index cc1c6517c7a0737ea32265e26e594c7eca10a343..21437c490f9970ffc8afb1cbc3121c653f995271 100644 (file)
@@ -9,3 +9,5 @@ infra::profile::cron::cronjobs:
     minute: '0'
   cdm-webservice-push:
     minute: '0-59/2'
+  baggage-trace:
+    minute: '0-59/2'
index d4ff1d6b5284d96dfce4a7ec5a13fc5d4d836527..6a6cde9f3fef33c676c964c74072ccf66046c875 100644 (file)
@@ -9,3 +9,5 @@ infra::profile::cron::cronjobs:
     minute: '30'
   cdm-webservice-push:
     minute: '1-59/2'
+  baggage-trace:
+    minute: '1-59/2'