From ee52131bae17d1a51408b21e7fb398f50e55fb6e Mon Sep 17 00:00:00 2001 From: Brandon Ferguson Date: Mon, 6 Jan 2020 15:24:37 +0100 Subject: [PATCH] Merge pull request #65 from straubt1/tt/es-encryption-password Ensure encryption password is set for external services. --- modules/configs/templates/replicated/replicated-ptfe.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/configs/templates/replicated/replicated-ptfe.conf b/modules/configs/templates/replicated/replicated-ptfe.conf index f8c56997..07a5434e 100644 --- a/modules/configs/templates/replicated/replicated-ptfe.conf +++ b/modules/configs/templates/replicated/replicated-ptfe.conf @@ -1,13 +1,13 @@ { "hostname": { "value": "${app_endpoint}" + }, + "enc_password": { + "value": "${enc_password}" %{ if installation_mode != "es" ~} }, "installation_type": { "value": "poc" - }, - "enc_password": { - "value": "${enc_password}" %{ else ~} }, "installation_type": {