Skip to content

Commit 556bb0c

Browse files
AkihiroSudathaJeztah
authored andcommitted
Vagrantfile: explicitly specify rsync as the shared folder driver
Signed-off-by: Akihiro Suda <[email protected]> (cherry picked from commit f8f0524) Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent edfac18 commit 556bb0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Vagrantfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ Vagrant.configure("2") do |config|
3030
v.cpus = cpus
3131
end
3232

33+
config.vm.synced_folder ".", "/vagrant", type: "rsync"
34+
3335
# Disabled by default. To run:
3436
# vagrant up --provision-with=upgrade-packages
3537
# To upgrade only specific packages:

0 commit comments

Comments
 (0)