providers/virtualbox: run provisioners on suspend resume
This commit is contained in:
parent
0e32612324
commit
6f3ed13f75
|
@ -32,6 +32,7 @@ IMPROVEMENTS:
|
||||||
- core: networking: allow specifying a DHCP IP [GH-6325]
|
- core: networking: allow specifying a DHCP IP [GH-6325]
|
||||||
- command/plugin: Add `--plugin-clean-sources` flag to reset plugin install
|
- command/plugin: Add `--plugin-clean-sources` flag to reset plugin install
|
||||||
sources, primarily for corp firewalls. [GH-4738]
|
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]
|
- communicators/winrm: Configurable execution time limit [GH-6213]
|
||||||
- provisioners/shell: Support interactive mode for elevated PowerShell
|
- provisioners/shell: Support interactive mode for elevated PowerShell
|
||||||
scripts [GH-6185]
|
scripts [GH-6185]
|
||||||
|
|
|
@ -217,6 +217,7 @@ module VagrantPlugins
|
||||||
b2.use PrepareForwardedPortCollisionParams
|
b2.use PrepareForwardedPortCollisionParams
|
||||||
b2.use HandleForwardedPortCollisions
|
b2.use HandleForwardedPortCollisions
|
||||||
b2.use Resume
|
b2.use Resume
|
||||||
|
b2.use Provision
|
||||||
b2.use WaitForCommunicator, [:restoring, :running]
|
b2.use WaitForCommunicator, [:restoring, :running]
|
||||||
else
|
else
|
||||||
b2.use MessageNotCreated
|
b2.use MessageNotCreated
|
||||||
|
|
Loading…
Reference in New Issue