Set the proper force halt environment
This commit is contained in:
parent
4780f1c07f
commit
7c8125905d
|
@ -87,7 +87,7 @@ module VagrantPlugins
|
||||||
if env2[:result]
|
if env2[:result]
|
||||||
b3.use ConfigValidate
|
b3.use ConfigValidate
|
||||||
b3.use CheckAccessible
|
b3.use CheckAccessible
|
||||||
b3.use EnvSet, :force => true
|
b3.use EnvSet, :force_halt => true
|
||||||
b3.use action_halt
|
b3.use action_halt
|
||||||
b3.use PruneNFSExports
|
b3.use PruneNFSExports
|
||||||
b3.use Destroy
|
b3.use Destroy
|
||||||
|
|
Loading…
Reference in New Issue