providers/virtualbox: run provisioners on suspend resume

This commit is contained in:
Mitchell Hashimoto 2015-11-18 17:16:23 -08:00
parent 0e32612324
commit 6f3ed13f75
2 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@ IMPROVEMENTS:
- core: networking: allow specifying a DHCP IP [GH-6325]
- command/plugin: Add `--plugin-clean-sources` flag to reset plugin install
sources, primarily for corp firewalls. [GH-4738]
- command/up: provisioners are run on suspend resume [GH-5815]
- communicators/winrm: Configurable execution time limit [GH-6213]
- provisioners/shell: Support interactive mode for elevated PowerShell
scripts [GH-6185]

View File

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