mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-09 00:32:06 -04:00
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:
parent
ab0a515f3b
commit
d4002edb2e
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue