Skip to content

Commit

Permalink
Rename "test" as "extra"
Browse files Browse the repository at this point in the history
  • Loading branch information
ioguix committed Mar 6, 2020
1 parent 9a4c6e0 commit 45775fe
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/Vagrantfile → extra/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Vagrant.configure(2) do |config|
# disable default share
config.vm.synced_folder ".", "/vagrant", disabled: true

config.vm.synced_folder "..", "/vagrant", type: "rsync",
config.vm.synced_folder "../../..", "/vagrant", type: "rsync",
rsync__exclude: [ ".git/" ]

# system setup for all nodes
Expand Down
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.
4 changes: 2 additions & 2 deletions test/provision/system.bash → extra/provision/system.bash
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ Host *
StrictHostKeyChecking no
EOF

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

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

0 comments on commit 45775fe

Please sign in to comment.