We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b56862b commit fbdb21eCopy full SHA for fbdb21e
templates/rc.conf.d/garb
@@ -1,3 +1,3 @@
1
garb_enable=YES
2
-garb_galera_nodes="{{ groups.mariadb | join(',') }}"
3
-garb_galera_group="{{ mariadb['my.cnf'].mysqld.wsrep_cluster_name }}"
+garb_galera_nodes="{{ mariadb['my.cnf'].mysqld.wsrep_cluster_address | regex_replace('gcomm://', '') }}"
+garb_galera_group={{ mariadb['my.cnf'].mysqld.wsrep_cluster_name }}
0 commit comments