mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
ITPLT-2221 Remove the superfluous slash. The atl_tomcat_contextpath varible already contains a slash
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
<property name="confluence.cluster.name">{{ atl_aws_stack_name }}</property>
|
<property name="confluence.cluster.name">{{ atl_aws_stack_name }}</property>
|
||||||
<property name="confluence.cluster.ttl">1</property>
|
<property name="confluence.cluster.ttl">1</property>
|
||||||
{% if atl_tomcat_contextpath is defined and atl_tomcat_contextpath != '' %}
|
{% if atl_tomcat_contextpath is defined and atl_tomcat_contextpath != '' %}
|
||||||
<property name="confluence.webapp.context.path">/{{ atl_tomcat_contextpath }}</property>
|
<property name="confluence.webapp.context.path">{{ atl_tomcat_contextpath }}</property>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
</properties>
|
</properties>
|
||||||
|
|||||||
Reference in New Issue
Block a user