update docs

This commit is contained in:
Megan Marsh 2019-10-30 13:36:56 -07:00
parent 3b3aa562ed
commit 8f996cd4de
2 changed files with 6 additions and 6 deletions

View File

@ -88,9 +88,9 @@ type Config struct {
// What box version to use when initializing Vagrant.
BoxVersion string `mapstructure:"box_version" required:"false"`
// a path to a golang template for a vagrantfile. Our default template can
// be found here. So far the only template variables available to you are
// {{ .BoxName }} and {{ .SyncedFolder }}, which correspond to the Packer
// options box_name and synced_folder.
// be found here. The template variables available to you are
// {{ .BoxName }}, {{ .SyncedFolder }}, and {{.InsertKey}}, which
// correspond to the Packer options box_name, synced_folder, and insert_key.
Template string `mapstructure:"template" required:"false"`
SyncedFolder string `mapstructure:"synced_folder"`

View File

@ -33,9 +33,9 @@
- `box_version` (string) - What box version to use when initializing Vagrant.
- `template` (string) - a path to a golang template for a vagrantfile. Our default template can
be found here. So far the only template variables available to you are
{{ .BoxName }} and {{ .SyncedFolder }}, which correspond to the Packer
options box_name and synced_folder.
be found here. The template variables available to you are
{{ .BoxName }}, {{ .SyncedFolder }}, and {{.InsertKey}}, which
correspond to the Packer options box_name, synced_folder, and insert_key.
- `synced_folder` (string) - Synced Folder
- `skip_add` (bool) - Don't call "vagrant add" to add the box to your local environment; this