From 4b9ceb402a8acbb7c1dc7a9df40a40cfa18a3fc4 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Wed, 16 Oct 2019 09:54:18 -0700 Subject: [PATCH] update docs to link to master branch template instead of a static, old, link. --- website/source/docs/builders/vagrant.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/builders/vagrant.html.md b/website/source/docs/builders/vagrant.html.md index 01e4add2b..18d67a210 100644 --- a/website/source/docs/builders/vagrant.html.md +++ b/website/source/docs/builders/vagrant.html.md @@ -76,7 +76,7 @@ one, by using `global_id` instead of `source_box`. - `template` (string) - a path to a golang template for a vagrantfile. Our default template can be found - [here](https://github.com/hashicorp/packer/blob/a6d1d852bb0643e3593cc5d3dfe5ed80c4409b65/builder/vagrant/step_create_vagrantfile.go#L23-L30). So far the only template variables available to you are {{ .BoxName }} and + [here](https://github.com/hashicorp/packer/blob/master/builder/vagrant/step_create_vagrantfile.go#L23-L37). So far the only template variables available to you are {{ .BoxName }} and {{ .SyncedFolder }}, which correspond to the Packer options `box_name` and `synced_folder`.