Fix mqtt username and password vars in logstash worker config

The mqtt username and password variables in the logstash work config
template were incorrect and didn't match what was being set in
logstash_worker.pp. This commit fixes it so everything matches.

Change-Id: I959fbd0cf1d7535ff75b42c228e5f74ada8fe5d3
This commit is contained in:
Matthew Treinish 2017-08-03 12:53:54 -04:00
parent e50e91e206
commit 32ba77aa39
No known key found for this signature in database
GPG Key ID: FD12A0F214C9E177
1 changed files with 2 additions and 2 deletions

View File

@ -8,6 +8,6 @@ crm114-data: /var/lib/crm114
mqtt-host: <%= @mqtt_hostname %>
mqtt-port: <%= @mqtt_port %>
mqtt-topic: gearman-logstash/<%= @hostname %>
mqtt-user: <%= @mqtt_user %>
mqtt-pass: <%= @mqtt_pass %>
mqtt-user: <%= @mqtt_username %>
mqtt-pass: <%= @mqtt_password %>
mqtt-ca-certs: /etc/logstash/mqtt-root-CA.pem.crt