pull/1/head
Nicolas Arenas 2023-09-14 19:19:10 +02:00
parent 5830863c9f
commit dbb0b5b655
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
esxi.local_allow_overwrite = 'True'
esxi.guest_custom_vmx_settings = [['monitor.allowLegacyCPU', 'TRUE']]
esxi.guest_storage = [ 10 ]
esxi.esxi_virtual_network = [ BRANCH ]
esxi.esxi_virtual_network = [ OGVERSION ]
esxi.guest_mac_address = [ "#{MACPREFIX}:11"]
esxi.guest_autostart = 'false'
end