Remove commented out actions that we wont implement
This commit is contained in:
parent
6932749ac4
commit
116bde9655
1 changed files with 0 additions and 2 deletions
|
@ -45,10 +45,8 @@ module Vagrant
|
||||||
b.use Vagrant::Action::Builtin::Provision
|
b.use Vagrant::Action::Builtin::Provision
|
||||||
b.use Vagrant::Action::Builtin::EnvSet, :port_collision_repair => true
|
b.use Vagrant::Action::Builtin::EnvSet, :port_collision_repair => true
|
||||||
# b.use PrepareForwardedPortCollisionParams
|
# b.use PrepareForwardedPortCollisionParams
|
||||||
# b.use ClearSharedFolders
|
|
||||||
b.use ShareFolders
|
b.use ShareFolders
|
||||||
b.use Vagrant::Action::Builtin::SetHostname
|
b.use Vagrant::Action::Builtin::SetHostname
|
||||||
# b.use Customize
|
|
||||||
b.use ForwardPorts
|
b.use ForwardPorts
|
||||||
b.use Boot
|
b.use Boot
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue