Test new code

This commit is contained in:
Johan Wassberg 2024-01-16 13:07:20 +01:00
parent 4d954d021e
commit 9ebc1bfae2
Signed by: jocar
GPG key ID: BE4EC2EEADF2C31B
2 changed files with 10 additions and 0 deletions

View file

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

View file

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