Skip to content

Commit 596a0fd

Browse files
committed
Fixed some bunk .json in the win2008r2-web-ssh, eval-win2012r2-datacenter, and eval-win81x86-enterprise templates.
1 parent ee2222e commit 596a0fd

3 files changed

+3
-3
lines changed

eval-win2012r2-datacenter.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"memory": "{{ user `memory` }}",
3030
"disk_adapter_type": "lsisas1068",
3131
"vmx_data": {
32-
"cpuid.coresPerSocket": "1",
32+
"cpuid.coresPerSocket": "1"
3333
},
3434
"winrm_password": "vagrant",
3535
"winrm_timeout": "10000s",

eval-win81x86-enterprise.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"memory": "{{ user `memory` }}",
3030
"disk_adapter_type": "lsisas1068",
3131
"vmx_data": {
32-
"cpuid.coresPerSocket": "1",
32+
"cpuid.coresPerSocket": "1"
3333
},
3434
"winrm_password": "vagrant",
3535
"winrm_timeout": "10000s",

win2008r2-web-ssh.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"cpus": "{{ user `cpus` }}",
3131
"memory": "{{ user `memory` }}",
3232
"vmx_data": {
33-
"cpuid.coresPerSocket": "1",
33+
"cpuid.coresPerSocket": "1"
3434
}
3535
},
3636
{

0 commit comments

Comments
 (0)