Update config.map.jinja

This commit is contained in:
Mike Reeves
2022-12-13 13:52:13 -05:00
committed by GitHub
parent 8e50868abd
commit b0d934daf7

View File

@@ -13,8 +13,4 @@
{% do KIBANACONFIG.kibana.config.xpack.update({'reporting': {'encryptionKey': pillar['kibana']['secrets']['reporting']['encryptionKey']}}) %}
{% endif %}
{% if HIGHLANDER %}
{% do KIBANACONFIG.kibana.config.xpack.ml.update({'enabled': true}) %}
{% endif %}
{% set KIBANACONFIG = salt['pillar.get']('kibana:config', default=KIBANACONFIG.kibana.config, merge=True) %}