Remove replicate readwrite db
This commit is contained in:
parent
54de0adb0f
commit
1cea9c9173
|
@ -5,7 +5,6 @@ class sunetdrive::mariadb (
|
||||||
$tag_mariadb = undef,
|
$tag_mariadb = undef,
|
||||||
$override_config = undef,
|
$override_config = undef,
|
||||||
$override_compose = undef,
|
$override_compose = undef,
|
||||||
$replicate_rewrite_db = undef,
|
|
||||||
) {
|
) {
|
||||||
|
|
||||||
$quorum_id = $facts['networking']['fqdn']
|
$quorum_id = $facts['networking']['fqdn']
|
||||||
|
@ -14,7 +13,6 @@ class sunetdrive::mariadb (
|
||||||
bootstrap => $bootstrap,
|
bootstrap => $bootstrap,
|
||||||
tag_mariadb => $tag_mariadb,
|
tag_mariadb => $tag_mariadb,
|
||||||
location => $location,
|
location => $location,
|
||||||
replicate_rewrite_db => $replicate_rewrite_db,
|
|
||||||
}
|
}
|
||||||
file { '/etc/quorum.conf':
|
file { '/etc/quorum.conf':
|
||||||
ensure => file,
|
ensure => file,
|
||||||
|
|
Loading…
Reference in a new issue