From 8b5e500c1ee7de495168076f32c5a4b7351f109b Mon Sep 17 00:00:00 2001 From: Thomas Dalichow Date: Tue, 19 Jun 2018 11:20:59 +0200 Subject: [PATCH] fbb-api - also push to new logstash x2 --- customer/fbb-api/test.yaml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/customer/fbb-api/test.yaml b/customer/fbb-api/test.yaml index de1cf05b..ef2be890 100644 --- a/customer/fbb-api/test.yaml +++ b/customer/fbb-api/test.yaml @@ -5,24 +5,24 @@ infra::additional_classes: - rabbitmq logstash::output: - redis_old: - resource: redis - parameters: - host: - - '93.188.104.30' - - '93.188.104.31' - key: logstash - data_type: list - shuffle_hosts: true - redis_new: - resource: redis - parameters: - host: - - '93.188.104.72' - - '93.188.104.71' - key: logstash - data_type: list - shuffle_hosts: true + - redis_old: + resource: redis + parameters: + host: + - '93.188.104.30' + - '93.188.104.31' + key: logstash + data_type: list + shuffle_hosts: true + - redis_new: + resource: redis + parameters: + host: + - '93.188.104.72' + - '93.188.104.71' + key: logstash + data_type: list + shuffle_hosts: true accounts::users: markus.baumann: -- 2.39.5