We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3991dd + f0f75d8 commit 7bf4edaCopy full SHA for 7bf4eda
lib/vagrant-digitalocean/plugin.rb
@@ -12,7 +12,7 @@ class Plugin < Vagrant.plugin('2')
12
Config
13
end
14
15
- provider(:digital_ocean, parallel: true) do
+ provider(:digital_ocean, parallel: true, defaultable: false) do
16
require_relative 'provider'
17
Provider
18
0 commit comments