Merge pull request #3967 from michaeltravisuk/vagrant-fix
Added vsphere-esx hosts to supported machine types in vagrant post pr…
This commit is contained in:
commit
800ca89dcc
|
@ -23,6 +23,7 @@ var builtins = map[string]string{
|
|||
"mitchellh.amazon.instance": "aws",
|
||||
"mitchellh.virtualbox": "virtualbox",
|
||||
"mitchellh.vmware": "vmware",
|
||||
"mitchellh.vmware-esx": "vmware",
|
||||
"pearkes.digitalocean": "digitalocean",
|
||||
"packer.parallels": "parallels",
|
||||
"MSOpenTech.hyperv": "hyperv",
|
||||
|
|
Loading…
Reference in New Issue