From 277f01da1bcc30fa1529e2c8216018a80290c0ac Mon Sep 17 00:00:00 2001 From: Johan Wassberg Date: Tue, 27 Feb 2024 13:41:26 +0100 Subject: [PATCH] Database should be created and handled --- .../overlay/etc/puppet/modules/eid/templates/idm/idm.yml.erb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/global/overlay/etc/puppet/modules/eid/templates/idm/idm.yml.erb b/global/overlay/etc/puppet/modules/eid/templates/idm/idm.yml.erb index d15e5bc4..e9360429 100644 --- a/global/overlay/etc/puppet/modules/eid/templates/idm/idm.yml.erb +++ b/global/overlay/etc/puppet/modules/eid/templates/idm/idm.yml.erb @@ -43,3 +43,7 @@ spring: url: jdbc:mariadb:loadbalance://<%= @dbs_string %>/idm username: idm password: <%= scope.call_function('safe_hiera', ['sql_password']) %> + + liquibase: + enabled: true # Generates database schema/tables + change-log: classpath:changelogs/changelog-master.xml