providers/virtualbox: resume should wait for boot

This commit is contained in:
Mitchell Hashimoto 2013-12-06 13:21:07 -08:00
parent 17b68f7d50
commit b65462faf1
1 changed files with 1 additions and 0 deletions

View File

@ -209,6 +209,7 @@ module VagrantPlugins
b2.use PrepareForwardedPortCollisionParams b2.use PrepareForwardedPortCollisionParams
b2.use HandleForwardedPortCollisions b2.use HandleForwardedPortCollisions
b2.use Resume b2.use Resume
b2.use WaitForCommunicator, [:restoring, :running]
else else
b2.use MessageNotCreated b2.use MessageNotCreated
end end