mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
commands/provision: don't advertise parallel [GH-4398]
This commit is contained in:
parent
b42e9aef23
commit
77e04e2b77
1 changed files with 0 additions and 5 deletions
|
|
@ -18,11 +18,6 @@ module VagrantPlugins
|
|||
"Enable only certain provisioners, by type.") do |list|
|
||||
options[:provision_types] = list.map { |type| type.to_sym }
|
||||
end
|
||||
|
||||
o.on("--[no-]parallel",
|
||||
"Enable or disable parallelism if provider supports it.") do |parallel|
|
||||
options[:parallel] = parallel
|
||||
end
|
||||
end
|
||||
|
||||
# Parse the options
|
||||
|
|
|
|||
Loading…
Reference in a new issue