From c67094fbb6c415f56d7f8b15640c23c36d95a081 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 21 Feb 2014 14:11:24 -0800 Subject: [PATCH] website: update Vagrant PP docs for input artifacts [GH-898] --- .../source/docs/post-processors/vagrant.html.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/source/docs/post-processors/vagrant.html.markdown b/website/source/docs/post-processors/vagrant.html.markdown index d83a2b265..204f235d0 100644 --- a/website/source/docs/post-processors/vagrant.html.markdown +++ b/website/source/docs/post-processors/vagrant.html.markdown @@ -97,3 +97,13 @@ VMware, where it will be set to 0. The available provider names are: `aws`, `digitalocean`, `virtualbox`, and `vmware`. + +## Input Artifacts + +By default, Packer will delete the original input artifact, assuming +you only want the final Vagrant box as the result. If you wish to keep the +input artifact (the raw virtual machine, for example), then you must +configure Packer to keep it. + +Please see the [documentation on input artifacts](/docs/templates/post-processors.html#toc_2) +for more information.