Skip to content

Commit 5332fce

Browse files
committed
fix variables
1 parent 882cc57 commit 5332fce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

manifests/haproxy/keepalived.pp

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
# [*galera_other_ipv4s*]
1010
# An array of the IP addresses of the other nodes in the cluster.
1111
#
12-
# [*my_ip*]
13-
# The IP address of the current node. Defaults to $mariadb_galera::params::my_ip.
12+
# [*my_ipv4*]
13+
# The IP address of the current node. Defaults to $mariadb_galera::params::my_ipv4.
1414
#
1515
class mariadb_galera::keepalived::keepalived (
1616
Optional[Hash] $vip_fqdn,

templates/60-galera.cnf.epp

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ bind-address = 0.0.0.0
1717
wsrep_slave_threads = 4
1818
innodb_flush_log_at_trx_commit = 0
1919
wsrep_node_name = <%= $facts['hostname'] %>
20-
wsrep_node_address = "<%= $my_ip %>"
20+
wsrep_node_address = "<%= $my_ipv4 %>"
2121

2222
# By default, MariaDB error logs are sent to journald, which can be hard to digest sometimes.
2323
# The following line will save error messages to a plain file.

0 commit comments

Comments
 (0)