From a209c513ed2f2ac3a97af9b11478e1a40bdfb750 Mon Sep 17 00:00:00 2001 From: Glenn Stewart Date: Wed, 26 Oct 2022 11:50:23 +1100 Subject: [PATCH] ITPLT-2221 Remove the superfluous slash. The atl_tomcat_contextpath varible already contains a slash --- 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 c1d5563..7b5dd08 100644 --- a/roles/confluence_config/templates/confluence.cfg.xml.j2 +++ b/roles/confluence_config/templates/confluence.cfg.xml.j2 @@ -39,7 +39,7 @@ {{ atl_aws_stack_name }} 1 {% if atl_tomcat_contextpath is defined and atl_tomcat_contextpath != '' %} - /{{ atl_tomcat_contextpath }} + {{ atl_tomcat_contextpath }} {% endif %}