Skip to content

Commit bfb6f76

Browse files
committed
Merge pull request #230 from jtreminio/parallel-support
Adds parallel support in multi-machine config.
2 parents 654ec35 + 8a229db commit bfb6f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/vagrant-digitalocean/plugin.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class Plugin < Vagrant.plugin('2')
1212
Config
1313
end
1414

15-
provider(:digital_ocean) do
15+
provider(:digital_ocean, parallel: true) do
1616
require_relative 'provider'
1717
Provider
1818
end

0 commit comments

Comments
 (0)