From 090b7a0a7461bf75d06e3ad9958411e4ba6483f7 Mon Sep 17 00:00:00 2001 From: Brett Meehan Date: Thu, 5 Dec 2019 16:18:57 +1100 Subject: [PATCH] ITOPSENG-277 restored blank lines --- aws_confluence_dc_node.yml | 1 + bin/ansible-with-atl-env | 1 + 2 files changed, 2 insertions(+) diff --git a/aws_confluence_dc_node.yml b/aws_confluence_dc_node.yml index e33fe3d..979f96b 100644 --- a/aws_confluence_dc_node.yml +++ b/aws_confluence_dc_node.yml @@ -7,6 +7,7 @@ atl_product_family: "confluence" atl_product_user: "confluence" atl_product_edition: "confluence" + atl_jdbc_encoding: 'UTF-8' atl_jdbc_collation: 'en_US.UTF-8' diff --git a/bin/ansible-with-atl-env b/bin/ansible-with-atl-env index 072ff20..3685381 100755 --- a/bin/ansible-with-atl-env +++ b/bin/ansible-with-atl-env @@ -10,6 +10,7 @@ ENV_FILE=${4:-"/etc/atl"} export PATH=/usr/local/bin:$PATH + # Set the environment with default exports set -a source $ENV_FILE