vagrant 在Vagrantfile中设置默认提供程序

示例

Vagrant.configure("2") do |config|
  # ... other config up here

  config.vm.provider "vmware_fusion"
end