diff --git a/website/source/docs/post-processors/vagrant.html.markdown b/website/source/docs/post-processors/vagrant.html.markdown index c12988aa1..2e832a86d 100644 --- a/website/source/docs/post-processors/vagrant.html.markdown +++ b/website/source/docs/post-processors/vagrant.html.markdown @@ -97,7 +97,9 @@ in the Vagrantfile for networking to work properly with Vagrant. An example Vagrantfile template is shown below: ``` -TODO +Vagrant.configure("2") do |config| + config.vm.base_mac = "{{ .BaseMacAddress }}" +end ``` ### VMware Provider