providers/hyperv: enable provisioning
This commit is contained in:
parent
d4ec3b5dfc
commit
d8e4482f2c
|
@ -65,6 +65,7 @@ module VagrantPlugins
|
||||||
|
|
||||||
def self.action_start
|
def self.action_start
|
||||||
Vagrant::Action::Builder.new.tap do |b|
|
Vagrant::Action::Builder.new.tap do |b|
|
||||||
|
b.use Provision
|
||||||
b.use StartInstance
|
b.use StartInstance
|
||||||
b.use WaitForIPAddress
|
b.use WaitForIPAddress
|
||||||
b.use WaitForCommunicator, [:running]
|
b.use WaitForCommunicator, [:running]
|
||||||
|
|
Loading…
Reference in New Issue