Fixing config.hcl formatting-3

This commit is contained in:
Eric Renfro 2018-05-15 02:42:34 -04:00
parent b42ca55d82
commit 9a93bc9b34
Signed by: psi-jack
GPG key ID: 14977F3A50D9A5BF

View file

@ -25,7 +25,7 @@ storage "consul" {
address = "{{ config.storage.address }}" address = "{{ config.storage.address }}"
path = "{{ config.storage.path }}" path = "{{ config.storage.path }}"
} }
{%- else %} {% else -%}
storage "file" { storage "file" {
path = "{{ config.data_dir }}" path = "{{ config.data_dir }}"
} }