blob: bc14f82c46503dd8ad65b701060f79e62838702a [file] [log] [blame]
{%- from "elasticsearch/map.jinja" import client with context %}
{%- if client.get('enabled', False) %}
/etc/salt/minion.d/_elasticsearch.conf:
file.managed:
- source: salt://elasticsearch/files/_elasticsearch.conf
- template: jinja
- user: root
- group: root
{%- endif %}