diff --git a/plugins/providers/hyperv/action.rb b/plugins/providers/hyperv/action.rb index f50c0a1bc..d72c22ff5 100644 --- a/plugins/providers/hyperv/action.rb +++ b/plugins/providers/hyperv/action.rb @@ -152,12 +152,14 @@ module VagrantPlugins b3.use NetSetMac end + b3.use CloudInitSetup b3.use CleanupDisks b3.use Disk b3.use SyncedFolderCleanup b3.use StartInstance b3.use WaitForIPAddress b3.use WaitForCommunicator, [:running] + b3.use CloudInitWait b3.use SyncedFolders b3.use SetHostname end