Skip to content

Commit 45775fe

Browse files
committed
Rename "test" as "extra"
1 parent 9a4c6e0 commit 45775fe

13 files changed

+3
-3
lines changed

test/Makefile extra/Makefile

File renamed without changes.

test/README.md extra/README.md

File renamed without changes.

test/Vagrantfile extra/Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Vagrant.configure(2) do |config|
6060
# disable default share
6161
config.vm.synced_folder ".", "/vagrant", disabled: true
6262

63-
config.vm.synced_folder "..", "/vagrant", type: "rsync",
63+
config.vm.synced_folder "../../..", "/vagrant", type: "rsync",
6464
rsync__exclude: [ ".git/" ]
6565

6666
# system setup for all nodes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

test/provision/system.bash extra/provision/system.bash

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ Host *
4040
StrictHostKeyChecking no
4141
EOF
4242

43-
cp "/vagrant/test/provision/id_rsa" "/home/vagrant/.ssh"
44-
cp "/vagrant/test/provision/id_rsa.pub" "/home/vagrant/.ssh"
43+
cp "/vagrant/extra/vagrant/3nodes-vip/provision/id_rsa" "/home/vagrant/.ssh"
44+
cp "/vagrant/extra/vagrant/3nodes-vip/provision/id_rsa.pub" "/home/vagrant/.ssh"
4545

4646
chown -R "vagrant:" "/home/vagrant/.ssh"
4747
chmod 0700 "/home/vagrant/.ssh"
File renamed without changes.

0 commit comments

Comments
 (0)