From dd1c1ee473364e2b298ee4fbdf11abc2894932d8 Mon Sep 17 00:00:00 2001 From: varac Date: Thu, 11 Feb 2016 11:23:36 +0100 Subject: Don't use rsync on windows/vagrant by default --- Vagrantfile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Vagrantfile') diff --git a/Vagrantfile b/Vagrantfile index 4102c424..ba925079 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -22,10 +22,6 @@ 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