Autoload he port collision middleware

This commit is contained in:
Mitchell Hashimoto 2013-02-27 13:37:50 -08:00
parent 17d6bf7899
commit 1505fc9d22
1 changed files with 1 additions and 0 deletions

View File

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