Additional tests + support for empty es_config + documentation
This commit is contained in:
parent
e98b74ab28
commit
b2997cc0bc
9 changed files with 101 additions and 63 deletions
|
|
@ -1,4 +1,7 @@
|
|||
|
||||
{% if es_config %}
|
||||
{{ es_config | to_nice_yaml }}
|
||||
{% endif %}
|
||||
|
||||
{% if es_config['cluster.name'] is not defined %}
|
||||
cluster.name: elasticsearch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue