From 93f5c2e6f1bc222adec291371ca0fb9e9bf9226e Mon Sep 17 00:00:00 2001 From: varac Date: Wed, 29 Jun 2016 20:37:44 +0200 Subject: Revert "Don't use rsync on windows/vagrant by default" This reverts commit dd1c1ee473364e2b298ee4fbdf11abc2894932d8. --- Vagrantfile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Vagrantfile') diff --git a/Vagrantfile b/Vagrantfile index 828382b9..ad247dc4 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -22,6 +22,10 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| end end + if /mswin|mingw/ =~ RUBY_PLATFORM + config.vm.synced_folder ".", "/vagrant", type: "rsync", rsync__exclude: ".git/" + end + config.vm.provider "libvirt" do |v, override| v.memory = 1024 override.vm.network :forwarded_port, guest: 3333, guest_ip: '127.0.0.1', host: 3333 -- cgit v1.2.3