mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 10:25:23 +00:00
fix typo
This commit is contained in:
parent
3c58476dac
commit
d8d0148fd5
@ -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 %}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user