Set the proper force halt environment

This commit is contained in:
Mitchell Hashimoto 2013-01-22 13:37:44 -08:00
parent 4780f1c07f
commit 7c8125905d
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ module VagrantPlugins
if env2[:result]
b3.use ConfigValidate
b3.use CheckAccessible
b3.use EnvSet, :force => true
b3.use EnvSet, :force_halt => true
b3.use action_halt
b3.use PruneNFSExports
b3.use Destroy