From 60b47ce49cb473d8c4ca1b215a5547ec4717df1f Mon Sep 17 00:00:00 2001 From: Adam Brokes Date: Mon, 4 Apr 2022 16:10:13 +1000 Subject: [PATCH] add snapshot properites --- config/confluence.cfg.xml.j2 | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/config/confluence.cfg.xml.j2 b/config/confluence.cfg.xml.j2 index 0173fde..8f31e32 100644 --- a/config/confluence.cfg.xml.j2 +++ b/config/confluence.cfg.xml.j2 @@ -2,9 +2,9 @@ - setupstart - custom - 0 + {{ atl_setup_step | default('setupstart') }} + {{ atl_setup_type | default('custom') }} + {{ atl_build_number | default('0') }} database-type-standard @@ -76,5 +76,9 @@ /{{ atl_tomcat_contextpath }} {% endif %} + {% if atl_snapshot_used is defined %} + true + {% endif %} +