From ac2713040514720f10d8a35acf7c83938a1c99ad Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Tue, 15 May 2018 02:43:32 -0400 Subject: [PATCH] Fixing config.hcl formatting-4 --- vault/files/config.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vault/files/config.hcl b/vault/files/config.hcl index 01ab4eb..f8e407c 100644 --- a/vault/files/config.hcl +++ b/vault/files/config.hcl @@ -25,7 +25,7 @@ storage "consul" { address = "{{ config.storage.address }}" path = "{{ config.storage.path }}" } -{% else -%} +{%- else -%} storage "file" { path = "{{ config.data_dir }}" }