Database should be created and handled
This commit is contained in:
parent
1a82e90607
commit
277f01da1b
1 changed files with 4 additions and 0 deletions
|
@ -43,3 +43,7 @@ spring:
|
||||||
url: jdbc:mariadb:loadbalance://<%= @dbs_string %>/idm
|
url: jdbc:mariadb:loadbalance://<%= @dbs_string %>/idm
|
||||||
username: idm
|
username: idm
|
||||||
password: <%= scope.call_function('safe_hiera', ['sql_password']) %>
|
password: <%= scope.call_function('safe_hiera', ['sql_password']) %>
|
||||||
|
|
||||||
|
liquibase:
|
||||||
|
enabled: true # Generates database schema/tables
|
||||||
|
change-log: classpath:changelogs/changelog-master.xml
|
||||||
|
|
Loading…
Add table
Reference in a new issue