website: set base mac address example
This commit is contained in:
parent
bc9a09e3fc
commit
b5dfad2c38
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue