Booting new VirtualBox VM should check for port collisions

This commit is contained in:
Mitchell Hashimoto 2013-01-04 16:08:37 -10:00
parent 5c950d8200
commit be36c702d6
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ module VagrantPlugins
b.use CleanMachineFolder
b.use ClearForwardedPorts
b.use EnvSet, :port_collision_handler => :correct
b.use CheckPortCollisions
b.use ForwardPorts
b.use Provision
b.use PruneNFSExports