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:
Matthew Hooker 2016-10-06 11:22:08 -07:00 committed by GitHub
commit 800ca89dcc
1 changed files with 1 additions and 0 deletions

View File

@ -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",