From 936826903440174d82f290d22461541337f1fb1a Mon Sep 17 00:00:00 2001 From: Brian Fox Date: Sun, 2 Jun 2019 21:01:52 +0200 Subject: [PATCH] Add missing "vagrant package" parameters to documentation --- website/source/docs/builders/vagrant.html.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/source/docs/builders/vagrant.html.md b/website/source/docs/builders/vagrant.html.md index 2f2d56a19..257908fe1 100644 --- a/website/source/docs/builders/vagrant.html.md +++ b/website/source/docs/builders/vagrant.html.md @@ -126,6 +126,14 @@ one, by using `global_id` instead of `source_box`. - `skip_package` (bool) - if true, Packer will not call `vagrant package` to package your base box into its own standalone .box file. +- `output_vagrantfile` (string) - Equivalent to setting the + [`--vagrantfile`](https://www.vagrantup.com/docs/cli/package.html#vagrantfile-file) option + in `vagrant package`; defaults to unset + +- `package_include` (string) - Equivalent to setting the + [`--include`](https://www.vagrantup.com/docs/cli/package.html#include-x-y-z) option + in `vagrant package`; defaults to unset + ## Example Sample for `hashicorp/precise64` with virtualbox provider.