File tree 13 files changed +3
-3
lines changed
13 files changed +3
-3
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ Vagrant.configure(2) do |config|
60
60
# disable default share
61
61
config . vm . synced_folder "." , "/vagrant" , disabled : true
62
62
63
- config . vm . synced_folder ".." , "/vagrant" , type : "rsync" ,
63
+ config . vm . synced_folder "../../.. " , "/vagrant" , type : "rsync" ,
64
64
rsync__exclude : [ ".git/" ]
65
65
66
66
# 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.
Original file line number Diff line number Diff line change 40
40
StrictHostKeyChecking no
41
41
EOF
42
42
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"
45
45
46
46
chown -R " vagrant:" " /home/vagrant/.ssh"
47
47
chmod 0700 " /home/vagrant/.ssh"
File renamed without changes.
You can’t perform that action at this time.
0 commit comments