Added vsphere-esx hosts to supported machine types in vagrant post processor

This commit is contained in:
Michael Travis 2016-10-06 15:09:01 +01:00
parent 9612a41f5a
commit 2f1783dda2
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",