Skip to content

Commit a873776

Browse files
committed
Ensure synced_folder is using rsync
Should this test work on Windows with a rsync binary, vagrant default using to smb instead of rsync
1 parent b4ec378 commit a873776

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

functional-tests/rsync/Vagrantfile.advanced_networking

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ Vagrant.require_version '>= 1.5.0'
99
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
1010
config.vm.box = ENV['LINUX_TEMPLATE_NAME']
1111

12+
config.vm.synced_folder ".", "/vagrant", type: "rsync",
13+
rsync__exclude: [".git/", "vendor"]
14+
1215
config.vm.provider :cloudstack do |cloudstack, override|
1316
cloudstack.display_name = ENV['TEST_NAME']
1417

0 commit comments

Comments
 (0)