From 5ac9ec4d20a2638f0aecf4a59ec2b3ec2aa8f818 Mon Sep 17 00:00:00 2001 From: Jehan-Guillaume de Rorthais Date: Tue, 16 Jul 2019 01:47:54 +0200 Subject: [PATCH] Fix comments --- test/Vagrantfile | 2 +- test/vagrant.yml-dist | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/Vagrantfile b/test/Vagrantfile index 3ec0133..270627a 100644 --- a/test/Vagrantfile +++ b/test/Vagrantfile @@ -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/authorized_keys" + # put "./provision/id_rsa.pub" in your "~/.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 diff --git a/test/vagrant.yml-dist b/test/vagrant.yml-dist index 6cb99af..4d8012c 100644 --- a/test/vagrant.yml-dist +++ b/test/vagrant.yml-dist @@ -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/authorized_keys" +# # put "./provision/id_rsa.pub" in your "~/.ssh/authorized_keys" # master_ip: "10.20.30.5" # vIP assigned to master # pg_nodes: # servers to create. # - "srv1" # First one will be master