Vagrantfile: explicitly specify rsync as the shared folder driver

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda 2022-10-16 21:44:59 +09:00
parent 87b3eec2b2
commit f8f0524828
No known key found for this signature in database
GPG Key ID: 49524C6F9F638F1A

2
Vagrantfile vendored
View File

@ -34,6 +34,8 @@ Vagrant.configure("2") do |config|
v.machine_virtual_size = disk_size
end
config.vm.synced_folder ".", "/vagrant", type: "rsync"
config.vm.provision 'shell', path: 'script/resize-vagrant-root.sh'
# Disabled by default. To run: