From 4c0ba7ff12664fe8e9daad44cbd32e1e5b6124ae Mon Sep 17 00:00:00 2001 From: Mark Aaron Shirley Date: Tue, 8 Oct 2013 09:34:37 -0700 Subject: [PATCH] Update docs for Virtualbox and VMware as well --- .../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 6b0f3c21a..b91b16970 100644 --- a/website/source/docs/post-processors/vagrant.html.markdown +++ b/website/source/docs/post-processors/vagrant.html.markdown @@ -96,6 +96,11 @@ The VirtualBox provider itself can be configured with specific options: [text template](http://golang.org/pkg/text/template). By default this is a template that just sets the base MAC address so that networking works. +* `compression_level` (integer) - An integer repesenting the + compression level to use when creating the Vagrant box. Valid + values range from 0 to 9, with 0 being no compression and 9 being + the best compression. + The `vagrantfile_template` has the `BaseMACAddress` variable which is a string containing the MAC address of the first network interface. This must be set in the Vagrantfile for networking to work properly with Vagrant. An example @@ -116,3 +121,8 @@ The VMware provider itself can be configured with specific options: [text template](http://golang.org/pkg/text/template). By default no Vagrantfile is packaged with the box. Note that currently no variables are available in the template, but this may change in the future. + +* `compression_level` (integer) - An integer repesenting the + compression level to use when creating the Vagrant box. Valid + values range from 0 to 9, with 0 being no compression and 9 being + the best compression.