Explicitly set error handling for port collision on resume
This commit is contained in:
parent
be36c702d6
commit
640b296f5a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue