Added vsphere-esx hosts to supported machine types in vagrant post processor
This commit is contained in:
parent
9612a41f5a
commit
2f1783dda2
|
@ -23,6 +23,7 @@ var builtins = map[string]string{
|
||||||
"mitchellh.amazon.instance": "aws",
|
"mitchellh.amazon.instance": "aws",
|
||||||
"mitchellh.virtualbox": "virtualbox",
|
"mitchellh.virtualbox": "virtualbox",
|
||||||
"mitchellh.vmware": "vmware",
|
"mitchellh.vmware": "vmware",
|
||||||
|
"mitchellh.vmware-esx": "vmware",
|
||||||
"pearkes.digitalocean": "digitalocean",
|
"pearkes.digitalocean": "digitalocean",
|
||||||
"packer.parallels": "parallels",
|
"packer.parallels": "parallels",
|
||||||
"MSOpenTech.hyperv": "hyperv",
|
"MSOpenTech.hyperv": "hyperv",
|
||||||
|
|
Loading…
Reference in New Issue