Check for port collisions after clearing forwarded ports on `up`

This commit is contained in:
Mitchell Hashimoto 2011-12-25 10:18:49 -08:00
parent d80ff0a27f
commit 81ad053f8a
1 changed files with 1 additions and 1 deletions

View File

@ -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