From 1cea9c91737f4f67a074dda8cb24b2afabaf28c5 Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Tue, 18 Jul 2023 15:59:08 +0200 Subject: [PATCH] Remove replicate readwrite db --- manifests/mariadb.pp | 2 -- 1 file changed, 2 deletions(-) diff --git a/manifests/mariadb.pp b/manifests/mariadb.pp index 8725c8a..c6356d2 100644 --- a/manifests/mariadb.pp +++ b/manifests/mariadb.pp @@ -5,7 +5,6 @@ class sunetdrive::mariadb ( $tag_mariadb = undef, $override_config = undef, $override_compose = undef, - $replicate_rewrite_db = undef, ) { $quorum_id = $facts['networking']['fqdn'] @@ -14,7 +13,6 @@ class sunetdrive::mariadb ( bootstrap => $bootstrap, tag_mariadb => $tag_mariadb, location => $location, - replicate_rewrite_db => $replicate_rewrite_db, } file { '/etc/quorum.conf': ensure => file,