mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-09 08:42:18 -04:00
providers/hyperv: enable provisioning
This commit is contained in:
parent
d4ec3b5dfc
commit
d8e4482f2c
1 changed files with 1 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ module VagrantPlugins
|
|||
|
||||
def self.action_start
|
||||
Vagrant::Action::Builder.new.tap do |b|
|
||||
b.use Provision
|
||||
b.use StartInstance
|
||||
b.use WaitForIPAddress
|
||||
b.use WaitForCommunicator, [:running]
|
||||
|
|
|
|||
Loading…
Reference in a new issue