diff --git a/sls/consul/files/consul-template/consul.conf.tpl b/sls/consul/files/consul-template/consul.conf.tpl index 8e01771..b132e68 100644 --- a/sls/consul/files/consul-template/consul.conf.tpl +++ b/sls/consul/files/consul-template/consul.conf.tpl @@ -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 %} }