Adjust variable name to match standard

This commit is contained in:
Jeffrey E 2018-05-03 07:33:17 +02:00 committed by GitHub
parent 4caefef961
commit 11a1e4b38a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ path.logs: {{ log_dir }}
path.repo: {{ es_path_repo }}
{% endif %}
action.auto_create_index: {{ action_auto_create_index }}
action.auto_create_index: {{ es_action_auto_create_index }}
{% if es_enable_xpack %}
{% if not "security" in es_xpack_features %}