pull/1/head
Nicolas Arenas 2023-09-14 19:30:12 +02:00
parent fcff355018
commit 96873f7ee4
1 changed files with 1 additions and 1 deletions

View File

@ -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"