From 19ef604c0bf037537e2001ba67b3d71483ed2dfc Mon Sep 17 00:00:00 2001 From: Johan Wassberg Date: Tue, 16 Jan 2024 13:09:55 +0100 Subject: [PATCH] Use the correct class --- global/overlay/etc/puppet/modules/eid/manifests/idm_db.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global/overlay/etc/puppet/modules/eid/manifests/idm_db.pp b/global/overlay/etc/puppet/modules/eid/manifests/idm_db.pp index d04d01ac..348d92ed 100644 --- a/global/overlay/etc/puppet/modules/eid/manifests/idm_db.pp +++ b/global/overlay/etc/puppet/modules/eid/manifests/idm_db.pp @@ -3,7 +3,7 @@ class eid::idm_db ( $bootstrap = undef, ) { - sunetdrive::db_type { 'base_db': + sunet::mariadb { 'idm_db': bootstrap => $bootstrap, } }