mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
10 lines
319 B
Plaintext
10 lines
319 B
Plaintext
{% if salt['pillar.get']('elasticsearch:auth:enabled', False) %}
|
|
elastic_curl_config_distributed:
|
|
file.managed:
|
|
- name: /opt/so/saltstack/local/salt/elasticsearch/curl.config
|
|
- source: salt://elasticsearch/files/curl.config.template
|
|
- template: jinja
|
|
- mode: 600
|
|
- show_changes: False
|
|
{% endif %}
|