Add --no-parallel to provision

This commit is contained in:
canausa 2013-10-21 10:19:42 -04:00
parent 673a06b54d
commit 10883b3be6
1 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,11 @@ 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