Merge pull request #403 from NemoEht/patch-1

Update ubuntu1804_esxi.json
This commit is contained in:
Chris Long
2020-03-23 13:53:15 -07:00
committed by GitHub

View File

@@ -52,7 +52,7 @@
"memory": "{{ user `memory` }}",
"cpus": "{{ user `cpus` }}",
"vmx_data": {
"ethernet0.networkName": "{{ esxi_network_with_dhcp_and_internet }}",
"ethernet0.networkName": "{{user `esxi_network_with_dhcp_and_internet` }}",
"cpuid.coresPerSocket": "1",
"ethernet0.pciSlotNumber": "32"
}