From dc7c9c36bd32ef8a8aba1a04414bbda36acdae7f Mon Sep 17 00:00:00 2001 From: "Cobb, Randy" Date: Tue, 20 Mar 2018 10:24:39 -0700 Subject: [PATCH] Removing single quotes around the default vault config; was causing an error in rancher --- templates/vault/0/rancher-compose.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/vault/0/rancher-compose.yml b/templates/vault/0/rancher-compose.yml index bac2cbc..83c84c0 100755 --- a/templates/vault/0/rancher-compose.yml +++ b/templates/vault/0/rancher-compose.yml @@ -12,9 +12,7 @@ catalog: This is the embedded JSON format config file that vault will use at startup type: multiline default: | - '{"backend":{"consul":{"address":"http://:", - "advertise_addr":"http://","path":""}}, - "listener":{"tcp":{"address":"0.0.0.0:18200","tls_disable":1}}}' + {"backend":{"consul":{"address":"http://:", "advertise_addr":"http://","path":""}}, "listener":{"tcp":{"address":"0.0.0.0:18200","tls_disable":1}}} - variable: useConsul label: Would you like to back Vault with Consul? description: |