Check for port collisions after clearing forwarded ports on `up`
This commit is contained in:
parent
d80ff0a27f
commit
81ad053f8a
|
@ -20,9 +20,9 @@ module Vagrant
|
|||
Builder.new do
|
||||
use General::Validate
|
||||
use VM::CheckAccessible
|
||||
use VM::CheckPortCollisions, :port_collision_handler => :correct
|
||||
use VM::CleanMachineFolder
|
||||
use VM::ClearForwardedPorts
|
||||
use VM::CheckPortCollisions, :port_collision_handler => :correct
|
||||
use VM::ForwardPorts
|
||||
use VM::Provision
|
||||
use VM::NFS
|
||||
|
|
Loading…
Reference in New Issue