i using vagrant 1.8.5 with vmware fusion 7.1.3
in the documentation is a config variable for virtualbox to switch between full and linked clone.
config.vm.provider "virtualbox" do |v|
v.linked_clone = true
end
is there a vagrant config option for vmware fusion to use full clone?