From 3a8089884dd9cb9385049a0ce07bcb0a2852b824 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Thu, 15 Aug 2019 14:54:10 +1000 Subject: [PATCH] DCD-545: Add ability to set the cluster node ID. --- config/confluence.cfg.xml.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/config/confluence.cfg.xml.j2 b/config/confluence.cfg.xml.j2 index 3453e93..9b38128 100644 --- a/config/confluence.cfg.xml.j2 +++ b/config/confluence.cfg.xml.j2 @@ -39,6 +39,7 @@ {% if atl_cluster_type is defined %} true {{ atl_cluster_name }} + {{ atl_cluster_node_name }} {{ atl_product_home_shared | default(confluence_shared_home) | default('') }} {{ atl_product_home_shared | default(confluence_shared_home) | default('') }}