DCD-545: Add "shared-home" property, which seems to be required for auto-config.

This commit is contained in:
Steve Smith
2019-08-15 13:24:00 +10:00
parent 87b853fae0
commit dfc0559d7a

View File

@ -40,6 +40,7 @@
<property name="confluence.cluster">true</property>
<property name="confluence.cluster.name">{{ atl_cluster_name }}</property>
<property name="confluence.cluster.home">{{ atl_product_home_shared }}</property>
<property name="shared-home">{{ atl_product_home_shared }}</property>
<property name="confluence.cluster.join.type">{{ atl_cluster_type }}</property>
{% if atl_cluster_type == 'aws' %}