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: |