Test new code
This commit is contained in:
parent
4d954d021e
commit
9ebc1bfae2
2 changed files with 10 additions and 0 deletions
|
@ -1175,3 +1175,4 @@ eidastest-1.qa.sveidas.se:
|
|||
|
||||
idm-sto3-test-db-3\.komreg\.net:
|
||||
sunet::dockerhost:
|
||||
eid::idm_db:
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
# idm_db
|
||||
class eid::idm_db (
|
||||
$bootstrap = undef,
|
||||
) {
|
||||
|
||||
sunetdrive::db_type { 'base_db':
|
||||
bootstrap => $bootstrap,
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue