remove work dir for 5.x
This commit is contained in:
parent
c22ace11e0
commit
fedccafb67
7 changed files with 3 additions and 17 deletions
|
|
@ -14,11 +14,6 @@ DATA_DIR={{ data_dirs | array_to_str }}
|
|||
# Elasticsearch logs directory
|
||||
LOG_DIR={{log_dir}}
|
||||
|
||||
{% if es_version | version_compare('5.0', '<') %}
|
||||
# Elasticsearch work directory
|
||||
WORK_DIR={{work_dir}}
|
||||
{% endif %}
|
||||
|
||||
# Elasticsearch PID directory
|
||||
PID_DIR={{pid_dir}}
|
||||
|
||||
|
|
|
|||
|
|
@ -18,10 +18,6 @@ path.conf: {{ conf_dir }}
|
|||
|
||||
path.data: {{ data_dirs | array_to_str }}
|
||||
|
||||
{% if es_version | version_compare('5.0', '<') %}
|
||||
path.work: {{ work_dir }}
|
||||
{% endif %}
|
||||
|
||||
path.logs: {{ log_dir }}
|
||||
|
||||
{% if not "security" in es_xpack_features %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue