Update vagrant.mdx (#9215)
If the `output_dir` is not set, the folder will be set to `output-` plus buildname.
This commit is contained in:
parent
cccf74d755
commit
6a1737847d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue