consul config template altered

This commit is contained in:
Ivan Panteleev 2020-08-26 10:15:29 +03:00
parent d8d0148fd5
commit beea66b947

View File

@ -8,7 +8,7 @@ consul {
max_backoff = "{{ conf_consul.get('retry-max-backoff', '5m') }}"
}
{% if conf['consul-acl-token'] %}
token = "{{ conf['consul-acl-token'] }}"
token = "{{ conf['consul-acl-token'] }}"
{% endif %}
}