Skip to content

Commit fbdb21e

Browse files
More FreeBSD adjustments
1 parent b56862b commit fbdb21e

File tree

1 file changed

+2
-2
lines changed
  • templates/rc.conf.d

1 file changed

+2
-2
lines changed

templates/rc.conf.d/garb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
garb_enable=YES
2-
garb_galera_nodes="{{ groups.mariadb | join(',') }}"
3-
garb_galera_group="{{ mariadb['my.cnf'].mysqld.wsrep_cluster_name }}"
2+
garb_galera_nodes="{{ mariadb['my.cnf'].mysqld.wsrep_cluster_address | regex_replace('gcomm://', '') }}"
3+
garb_galera_group={{ mariadb['my.cnf'].mysqld.wsrep_cluster_name }}

0 commit comments

Comments
 (0)