Add cloud-init support to hyperv provider

Adds the required actions to support cloud-init when using
the hyperv provider.
This commit is contained in:
Chris Roberts 2025-05-20 18:11:35 -07:00
parent ab0a515f3b
commit d4002edb2e
No known key found for this signature in database

View file

@ -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