From 9a93bc9b34d750738dea4ab5d092dd168d6a5473 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Tue, 15 May 2018 02:42:34 -0400 Subject: [PATCH] Fixing config.hcl formatting-3 --- 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 4f381be..01ab4eb 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 }}" }