fix typo
parent
5830863c9f
commit
dbb0b5b655
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue