Support for scripts

This commit is contained in:
Dale McDiarmid 2015-11-25 17:13:45 +00:00
parent d25fc792b6
commit bdb9ee6a4a
13 changed files with 53 additions and 14 deletions

View file

@ -17,4 +17,8 @@ path.data: {{ data_dir }}
path.work: {{ work_dir }}
path.logs: {{ log_dir }}
path.logs: {{ log_dir }}
{% if es_scripts and es_config['path.scripts'] is not defined %}
path.scripts: {{ es_conf_dir }}/{{es_instance_name}}/scripts
{% endif %}