Fix tipo
parent
fcff355018
commit
96873f7ee4
|
@ -134,7 +134,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
|||
esxi.guest_custom_vmx_settings = [['monitor.allowLegacyCPU', 'TRUE']]
|
||||
esxi.guest_storage = [ 10 ]
|
||||
esxi.esxi_virtual_network = [ 'vLan_742', OGVERSION ]
|
||||
esxi.guest_mac_address = [ "#{MACPREFIX}:00", "#{MACPREFIX}:00"]
|
||||
esxi.guest_mac_address = [ "#{MACPREFIX}:00", "#{MACPREFIX}:01"]
|
||||
end
|
||||
# VM base and host name.
|
||||
og.vm.box = "esxi_clone/dummy"
|
||||
|
|
Loading…
Reference in New Issue