mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
Added vsphere-esx hosts to supported machine types in vagrant post processor
This commit is contained in:
parent
9612a41f5a
commit
2f1783dda2
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue