rename DigitalOcean provider to digital_ocean
The name of the DigitalOcean plugin gem is `vagrant-digitalocean` but the
actual provider plugin registered with vagrant is `:digital_ocean`.
See: 9dddc13084/lib/vagrant-digitalocean/plugin.rb (L10)
This commit is contained in:
parent
3b18f4a5ec
commit
3b1869c486
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ module VagrantPlugins
|
|||
|
||||
# Keep an eye on https://github.com/mitchellh/vagrant/wiki/Available-Vagrant-Plugins#wiki-providers
|
||||
# for more.
|
||||
CLOUD_PROVIDERS = %w( aws cloudstack digitalocean hp joyent openstack rackspace
|
||||
CLOUD_PROVIDERS = %w( aws cloudstack digitalocean digital_ocean hp joyent openstack rackspace
|
||||
softlayer proxmox managed azure brightbox cloudstack vcloud
|
||||
vsphere )
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue