From 1b43e8643741b4e4836962cf3fdb7b6a2b20dc95 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Fri, 19 Jun 2020 19:50:40 +0200 Subject: [PATCH] Remove another reference of ExampleDS. --- templates/standalone-ha.xml.j2 | 4 ++++ templates/standalone.xml.j2 | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/templates/standalone-ha.xml.j2 b/templates/standalone-ha.xml.j2 index 00b4c5d..e57adb8 100644 --- a/templates/standalone-ha.xml.j2 +++ b/templates/standalone-ha.xml.j2 @@ -195,7 +195,11 @@ + {% if keycloak_use_external_db %} + + {% else %} + {% endif %} diff --git a/templates/standalone.xml.j2 b/templates/standalone.xml.j2 index 973395b..34b08b4 100644 --- a/templates/standalone.xml.j2 +++ b/templates/standalone.xml.j2 @@ -193,7 +193,11 @@ + {% if keycloak_use_external_db %} + + {% else %} + {% endif %}