Remove commented out actions that we wont implement

This commit is contained in:
Fabio Rehm 2013-04-10 00:09:45 -03:00
parent 6932749ac4
commit 116bde9655

View file

@ -45,10 +45,8 @@ module Vagrant
b.use Vagrant::Action::Builtin::Provision
b.use Vagrant::Action::Builtin::EnvSet, :port_collision_repair => true
# b.use PrepareForwardedPortCollisionParams
# b.use ClearSharedFolders
b.use ShareFolders
b.use Vagrant::Action::Builtin::SetHostname
# b.use Customize
b.use ForwardPorts
b.use Boot
end