Skip to content

Commit

Permalink
Explicit parallelization support resolves #32
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Lucas committed Mar 27, 2015
1 parent a83bc29 commit 3888cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vSphere/plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Plugin < Vagrant.plugin('2')
Config
end

provider(:vsphere) do
provider(:vsphere, parallel: true) do
# TODO: add logging
setup_i18n

Expand Down

0 comments on commit 3888cab

Please sign in to comment.