From 7b09052845dbea7d0117904ce5e4543da0d37264 Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Mon, 5 May 2014 11:46:41 -0700 Subject: [PATCH] website: fix default compression # see http://golang.org/src/pkg/compress/flate/deflate.go#L406 --- website/source/docs/post-processors/vagrant.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/post-processors/vagrant.html.markdown b/website/source/docs/post-processors/vagrant.html.markdown index bffcafddd..2261d0479 100644 --- a/website/source/docs/post-processors/vagrant.html.markdown +++ b/website/source/docs/post-processors/vagrant.html.markdown @@ -28,9 +28,9 @@ providers. * AWS * DigitalOcean +* Parallels * VirtualBox * VMware -* Parallels
Support for additional providers is planned. If the @@ -52,7 +52,7 @@ below, with more details about certain options in following sections. * `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. By default, compression is enabled at level 1. + the best compression. By default, compression is enabled at level 6. * `include` (array of strings) - Paths to files to include in the Vagrant box. These files will each be copied into the top level directory