Fix typos and fix error related to elasticsearch saltstate being called from logstash state. Logstash will be removed from kafkanodes in future

Signed-off-by: reyesj2 <94730068+reyesj2@users.noreply.github.com>
This commit is contained in:
reyesj2
2024-04-02 16:37:39 -04:00
parent 7f5741c43b
commit 82830c8173
2 changed files with 123 additions and 123 deletions

View File

@@ -42,7 +42,7 @@ listener.security.protocol.map=CONTROLLER:SSL,BROKER:SSL
#SSL configuration #SSL configuration
ssl.keystore.location=/etc/pki/kafka.jks ssl.keystore.location=/etc/pki/kafka.jks
ssl.keystore.pasword=changeit ssl.keystore.password=changeit
ssl.keystore.type=JKS ssl.keystore.type=JKS
ssl.truststore.location=/etc/pki/java/sos/cacerts ssl.truststore.location=/etc/pki/java/sos/cacerts
ssl.truststore.password=changeit ssl.truststore.password=changeit

View File

@@ -12,7 +12,7 @@
include: include:
- ssl - ssl
{% if GLOBALS.role not in ['so-receiver','so-fleet'] %} {% if GLOBALS.role not in ['so-receiver','so-fleet', 'so-kafkanode'] %}
- elasticsearch - elasticsearch
{% endif %} {% endif %}