remove work dir for 5.x

This commit is contained in:
Dale McDiarmid 2017-01-17 10:50:19 +00:00
parent c22ace11e0
commit fedccafb67
7 changed files with 3 additions and 17 deletions

View file

@ -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}}