Fixing config.hcl formatting-1

This commit is contained in:
Eric Renfro 2018-05-15 02:39:49 -04:00
parent 86d6db1fa4
commit cdb947e435
Signed by: psi-jack
GPG Key ID: 14977F3A50D9A5BF
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ listener "{{ config.listen_protocol }}" {
{%- if config.tls_key_file %}
tls_key_file = "{{ config.tls_key_file }}"
{% endif -%}
{% endif %}
{% endif -%}
}
{%- if config.backend and config.backend.type == "s3" %}
@ -29,7 +29,7 @@ storage "consul" {
storage "file" {
path = "{{ config.data_dir }}"
}
{% endif -%}
{% endif %}
default_lease_ttl="{{ config.default_lease_ttl }}"
max_lease_ttl="{{ config.max_lease_ttl }}"