Use the correct class

This commit is contained in:
Johan Wassberg 2024-01-16 13:09:55 +01:00
parent 9ebc1bfae2
commit 19ef604c0b
Signed by: jocar
GPG key ID: BE4EC2EEADF2C31B

View file

@ -3,7 +3,7 @@ class eid::idm_db (
$bootstrap = undef,
) {
sunetdrive::db_type { 'base_db':
sunet::mariadb { 'idm_db':
bootstrap => $bootstrap,
}
}