sunet::mariadb was a define

This commit is contained in:
Johan Wassberg 2024-01-19 10:12:01 +01:00
parent 2d940e2028
commit 9ab7e6e86c
Signed by: jocar
GPG key ID: BE4EC2EEADF2C31B
2 changed files with 10 additions and 1 deletions

View file

@ -1178,4 +1178,4 @@ eidastest-1.qa.sveidas.se:
idm-sto3-test-db-3\.komreg\.net:
sunet::dockerhost2:
sunet::mariadb:
eid::idm_db:

View file

@ -0,0 +1,9 @@
# idm_db
class eid::idm_db (
$bootstrap = undef,
) {
sunet::mariadb { 'idm_db':
bootstrap => $bootstrap,
}
}