Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ioguix committed Jul 15, 2019
1 parent e2f0ac0 commit 5ac9ec4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ boxname = 'centos/7' # vagrant box to use
pgver = '11' # pg version to use
hapass = 'hapass' # password for sys user hacluster
ssh_login = 'root' # ssh login to connect to the host when fencing a VM.
# put "./ssh/id_rsa.pub" in your "~<ssh_login>/.ssh/authorized_keys"
# put "./provision/id_rsa.pub" in your "~<ssh_login>/.ssh/authorized_keys"
master_ip = '10.20.30.5' # vIP assigned to master
pg_nodes = 'srv1', 'srv2', 'srv3' # first will be primary
log_node = 'log-sink' # name of the node receiving logs
Expand Down
4 changes: 2 additions & 2 deletions test/vagrant.yml-dist
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# boxname: "centos/7" # vagrant box to use
# pgver: "10" # pg version to use
# hapass: "hapass" # password for sys user hacluster
# hapass: "hapass" # password for sys user hacluster
# ssh_login: "user" # ssh login to connect to the host when fencing a VM.
# # put "./ssh/id_rsa.pub" in your "~<ssh_login>/.ssh/authorized_keys"
# # put "./provision/id_rsa.pub" in your "~<ssh_login>/.ssh/authorized_keys"
# master_ip: "10.20.30.5" # vIP assigned to master
# pg_nodes: # servers to create.
# - "srv1" # First one will be master
Expand Down

0 comments on commit 5ac9ec4

Please sign in to comment.