Skip to content

Commit

Permalink
Vagrantfile: explicitly specify rsync as the shared folder driver
Browse files Browse the repository at this point in the history
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
(cherry picked from commit f8f0524)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
AkihiroSuda authored and thaJeztah committed Jan 24, 2023
1 parent edfac18 commit 556bb0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Vagrant.configure("2") do |config|
v.cpus = cpus
end

config.vm.synced_folder ".", "/vagrant", type: "rsync"

# Disabled by default. To run:
# vagrant up --provision-with=upgrade-packages
# To upgrade only specific packages:
Expand Down

0 comments on commit 556bb0c

Please sign in to comment.