give kibana.secrets pillar to import node

This commit is contained in:
m0duspwnens
2021-11-11 11:31:07 -05:00
parent 7ebd861e32
commit 8da2133cff

View File

@@ -110,6 +110,9 @@ base:
- elasticsearch.eval
{% if salt['file.file_exists']('/opt/so/saltstack/local/pillar/elasticsearch/auth.sls') %}
- elasticsearch.auth
{% endif %}
{% if salt['file.file_exists']('/opt/so/saltstack/local/pillar/kibana/secrets.sls') %}
- kibana.secrets
{% endif %}
- global
- minions.{{ grains.id }}