providers/hyperv: wait for communicator on boot
This commit is contained in:
parent
9fa4549105
commit
faf906c057
|
@ -67,6 +67,7 @@ module VagrantPlugins
|
||||||
Vagrant::Action::Builder.new.tap do |b|
|
Vagrant::Action::Builder.new.tap do |b|
|
||||||
b.use StartInstance
|
b.use StartInstance
|
||||||
b.use WaitForIPAddress
|
b.use WaitForIPAddress
|
||||||
|
b.use WaitForCommunicator, [:running]
|
||||||
#b.use ShareFolders
|
#b.use ShareFolders
|
||||||
#b.use SyncFolders
|
#b.use SyncFolders
|
||||||
end
|
end
|
||||||
|
|
|
@ -50,7 +50,7 @@ module VagrantPlugins
|
||||||
end
|
end
|
||||||
|
|
||||||
# Get the short and long description
|
# Get the short and long description
|
||||||
short = "Machine's current state is #{state_id}"
|
short = state_id.to_s
|
||||||
long = ""
|
long = ""
|
||||||
|
|
||||||
# Return the MachineState object
|
# Return the MachineState object
|
||||||
|
|
Loading…
Reference in New Issue