From 1505fc9d227d80512bc08c9fc40e37d3ef990cfc Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 27 Feb 2013 13:37:50 -0800 Subject: [PATCH] Autoload he port collision middleware --- lib/vagrant/action.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/vagrant/action.rb b/lib/vagrant/action.rb index 37473fa57..ec827beb8 100644 --- a/lib/vagrant/action.rb +++ b/lib/vagrant/action.rb @@ -15,6 +15,7 @@ module Vagrant autoload :EnvSet, "vagrant/action/builtin/env_set" autoload :GracefulHalt, "vagrant/action/builtin/graceful_halt" autoload :HandleBoxUrl, "vagrant/action/builtin/handle_box_url" + autoload :HandleForwardedPortCollisions, "vagrant/action/builtin/handle_forwarded_port_collisions" autoload :Lock, "vagrant/action/builtin/lock" autoload :NFS, "vagrant/action/builtin/nfs" autoload :Provision, "vagrant/action/builtin/provision"