Skip to content

Commit

Permalink
parameter master_ip renamed to base_ip
Browse files Browse the repository at this point in the history
master_ip should be base_ip in vagrant.yml-dist
  • Loading branch information
frbn authored Sep 7, 2021
1 parent f7e16a0 commit d2db115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/vagrant/3nodes-vip/vagrant.yml-dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# hapass: "hapass" # password for sys user hacluster
# ssh_login: "user" # ssh login to connect to the host when fencing a VM.
# # put "./provision/id_rsa.pub" in your "~<ssh_login>/.ssh/authorized_keys"
# master_ip: "10.20.30.5" # vIP assigned to master
# base_ip: "10.20.30.5" # vIP assigned to master
# pg_nodes: # servers to create.
# - "srv1" # First one will be master
# - "srv2"
Expand Down

0 comments on commit d2db115

Please sign in to comment.