eid-ops/global/overlay/etc/puppet/modules/eid/manifests/idm_db.pp

10 lines
131 B
ObjectPascal
Raw Normal View History

2024-01-16 13:07:20 +01:00
# idm_db
class eid::idm_db (
$bootstrap = undef,
) {
2024-01-16 13:09:55 +01:00
sunet::mariadb { 'idm_db':
2024-01-16 13:07:20 +01:00
bootstrap => $bootstrap,
}
}