plugins/providers/hyperv/action.rb in vagrant-unbundled-2.2.10.0 vs plugins/providers/hyperv/action.rb in vagrant-unbundled-2.2.14.0
- old
+ new
@@ -149,13 +149,13 @@
b3.use NetSetMac
end
b3.use CleanupDisks
b3.use Disk
+ b3.use SyncedFolderCleanup
b3.use StartInstance
b3.use WaitForIPAddress
b3.use WaitForCommunicator, [:running]
- b3.use SyncedFolderCleanup
b3.use SyncedFolders
b3.use SetHostname
end
end
end