From 7b4f1382170b67deccf93d3af34d99ebcd1b6b66 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Fri, 19 Apr 2019 15:17:37 -0700 Subject: [PATCH] update docs explaining that you need local artifact for vagrant pp --- website/source/docs/post-processors/vagrant.html.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/source/docs/post-processors/vagrant.html.md b/website/source/docs/post-processors/vagrant.html.md index 62cd0ce0f..f62ff5afd 100644 --- a/website/source/docs/post-processors/vagrant.html.md +++ b/website/source/docs/post-processors/vagrant.html.md @@ -150,3 +150,9 @@ The following Docker input artifacts are supported: The `libvirt` provider supports QEMU artifacts built using any these accelerators: none, kvm, tcg, or hvf. + +### VMWare + +If you are using the Vagrant post-processor with the `vmware-esxi` builder, you +must export the builder artifact locally; the Vagrant post-processor will +not work on remote artifacts.