providers/hyperv: wait for communicator on boot

This commit is contained in:
Mitchell Hashimoto 2014-02-26 11:19:11 -08:00
parent 9fa4549105
commit faf906c057
2 changed files with 2 additions and 1 deletions

View File

@ -67,6 +67,7 @@ module VagrantPlugins
Vagrant::Action::Builder.new.tap do |b|
b.use StartInstance
b.use WaitForIPAddress
b.use WaitForCommunicator, [:running]
#b.use ShareFolders
#b.use SyncFolders
end

View File

@ -50,7 +50,7 @@ module VagrantPlugins
end
# Get the short and long description
short = "Machine's current state is #{state_id}"
short = state_id.to_s
long = ""
# Return the MachineState object