providers/hyperv: enable provisioning
This commit is contained in:
parent
d4ec3b5dfc
commit
d8e4482f2c
|
@ -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 New Issue