diff --git a/plugins/kernel_v2/config/vm.rb b/plugins/kernel_v2/config/vm.rb index dd40c0ac9..746896190 100644 --- a/plugins/kernel_v2/config/vm.rb +++ b/plugins/kernel_v2/config/vm.rb @@ -657,11 +657,6 @@ module VagrantPlugins options[:type] = :nfs end - # Ignore NFS on Windows - if options[:type] == :nfs && Vagrant::Util::Platform.windows? - options.delete(:type) - end - if options[:hostpath] == '.' current_dir_shared = true end