Remove replicate readwrite db

This commit is contained in:
Micke Nordin 2023-07-18 15:59:08 +02:00
parent 735eaf7067
commit 6df092764f
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -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,