From b225e8d36453a43b267875828c9783bf657c1e6e Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Mon, 12 Jun 2023 09:32:10 +0200 Subject: [PATCH] Update legacy fact name --- manifests/mariadb.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/mariadb.pp b/manifests/mariadb.pp index d84ec27..66f3522 100644 --- a/manifests/mariadb.pp +++ b/manifests/mariadb.pp @@ -8,7 +8,7 @@ class sunetdrive::mariadb ( $replicate_rewrite_db = undef, ) { - $quorum_id = $::fqdn + $quorum_id = $facts['facts['networking']['fqdn']'] $quorum_password = safe_hiera('quorum_password') $db = sunetdrive::db_type { 'base_db': bootstrap => $bootstrap,