From d93cc67e00e526dc832750f9037730763e508680 Mon Sep 17 00:00:00 2001 From: bmeehan Date: Wed, 8 Nov 2023 20:42:34 +1100 Subject: [PATCH] ITPLT-3356 support opensearch config in confleunce.cfg.xml --- roles/confluence_config/templates/confluence.cfg.xml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/confluence_config/templates/confluence.cfg.xml.j2 b/roles/confluence_config/templates/confluence.cfg.xml.j2 index ed652d0..656577e 100644 --- a/roles/confluence_config/templates/confluence.cfg.xml.j2 +++ b/roles/confluence_config/templates/confluence.cfg.xml.j2 @@ -57,7 +57,7 @@ {% if atl_tomcat_contextpath is defined and atl_tomcat_contextpath != '' %} {{ atl_tomcat_contextpath }} {% endif %} - {# Confluence versions 7.13 and newer #} + {# config specific to opensearch #} {% if atl_opensearch_endpoint is defined and atl_opensearch_endpoint != '' %} {{ atl_hazelcast_network_aws_iam_region }} {{ atl_opensearch_endpoint }}