Commit 5c7eb47c authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

website: set base mac address example

parent 8e46cd5c
...@@ -97,7 +97,9 @@ in the Vagrantfile for networking to work properly with Vagrant. An example ...@@ -97,7 +97,9 @@ in the Vagrantfile for networking to work properly with Vagrant. An example
Vagrantfile template is shown below: Vagrantfile template is shown below:
``` ```
TODO Vagrant.configure("2") do |config|
config.vm.base_mac = "{{ .BaseMacAddress }}"
end
``` ```
### VMware Provider ### VMware Provider
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment