From 6a1737847db224cc995f7cd3396d72268339fa03 Mon Sep 17 00:00:00 2001 From: Kennith Leung Date: Wed, 13 May 2020 01:17:26 -0700 Subject: [PATCH] Update vagrant.mdx (#9215) If the `output_dir` is not set, the folder will be set to `output-` plus buildname. --- website/pages/docs/builders/vagrant.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/docs/builders/vagrant.mdx b/website/pages/docs/builders/vagrant.mdx index 881d7c43a..681c6da0c 100644 --- a/website/pages/docs/builders/vagrant.mdx +++ b/website/pages/docs/builders/vagrant.mdx @@ -61,7 +61,7 @@ the Compress post-processor will not work with this builder. - `output_dir` (string) - The directory to create that will contain your output box. We always create this directory and run from inside of it to - prevent Vagrant init collisions. If unset, it will be set to `packer-` plus + prevent Vagrant init collisions. If unset, it will be set to `output-` plus your buildname. - `box_name` (string) - if your source_box is a boxfile that we need to add