Remove commented out actions that we wont implement
This commit is contained in:
parent
31238039a8
commit
b54dcdc57b
1 changed files with 0 additions and 4 deletions
|
@ -58,7 +58,6 @@ module Vagrant
|
||||||
b.use ShareFolders
|
b.use ShareFolders
|
||||||
b.use Network
|
b.use Network
|
||||||
b.use Vagrant::Action::Builtin::SetHostname
|
b.use Vagrant::Action::Builtin::SetHostname
|
||||||
# b.use SaneDefaults
|
|
||||||
# b.use Customize
|
# b.use Customize
|
||||||
b.use ForwardPorts
|
b.use ForwardPorts
|
||||||
b.use Boot
|
b.use Boot
|
||||||
|
@ -84,7 +83,6 @@ module Vagrant
|
||||||
next
|
next
|
||||||
end
|
end
|
||||||
|
|
||||||
# b3.use CheckAccessible
|
|
||||||
b3.use Vagrant::Action::Builtin::Provision
|
b3.use Vagrant::Action::Builtin::Provision
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
@ -180,7 +178,6 @@ module Vagrant
|
||||||
Vagrant::Action::Builder.new.tap do |b|
|
Vagrant::Action::Builder.new.tap do |b|
|
||||||
# b.use CheckDependencies
|
# b.use CheckDependencies
|
||||||
b.use CheckCreated
|
b.use CheckCreated
|
||||||
# b.use CheckAccessible
|
|
||||||
b.use CheckRunning
|
b.use CheckRunning
|
||||||
b.use Vagrant::Action::Builtin::SSHExec
|
b.use Vagrant::Action::Builtin::SSHExec
|
||||||
end
|
end
|
||||||
|
@ -191,7 +188,6 @@ module Vagrant
|
||||||
Vagrant::Action::Builder.new.tap do |b|
|
Vagrant::Action::Builder.new.tap do |b|
|
||||||
# b.use CheckDependencies
|
# b.use CheckDependencies
|
||||||
b.use CheckCreated
|
b.use CheckCreated
|
||||||
# b.use CheckAccessible
|
|
||||||
b.use CheckRunning
|
b.use CheckRunning
|
||||||
b.use Vagrant::Action::Builtin::SSHRun
|
b.use Vagrant::Action::Builtin::SSHRun
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue