Added path repo is defined statement again

This commit is contained in:
Jeffrey Everling 2018-05-08 07:03:09 +02:00
parent 8cfa0cfd04
commit d72ce3c22b

View file

@ -23,7 +23,7 @@ path.data: {{ data_dirs | array_to_str }}
path.logs: {{ log_dir }}
{% if es_path_repo %}
{% if es_path_repo is defined %}
path.repo: {{ es_path_repo }}
{% endif %}