Explicitly set error handling for port collision on resume

This commit is contained in:
Mitchell Hashimoto 2013-01-04 16:11:22 -10:00
parent be36c702d6
commit 640b296f5a
1 changed files with 1 additions and 0 deletions

View File

@ -194,6 +194,7 @@ module VagrantPlugins
b.use Call, Created do |env, b2|
if env[:result]
b2.use CheckAccessible
b2.use EnvSet, :port_collision_handler => :error
b2.use CheckPortCollisions
b2.use Resume
else