From 2f1783dda26b0e0572e2cf9a5371c6042f214fd3 Mon Sep 17 00:00:00 2001 From: Michael Travis Date: Thu, 6 Oct 2016 15:09:01 +0100 Subject: [PATCH] Added vsphere-esx hosts to supported machine types in vagrant post processor --- post-processor/vagrant/post-processor.go | 1 + 1 file changed, 1 insertion(+) diff --git a/post-processor/vagrant/post-processor.go b/post-processor/vagrant/post-processor.go index dd0a4fda2..472a182eb 100644 --- a/post-processor/vagrant/post-processor.go +++ b/post-processor/vagrant/post-processor.go @@ -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",