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:
parent
e50e91e206
commit
32ba77aa39
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user