Skip to content

Commit 8c01ef5

Browse files
committed
Some of the win2016-standard-*.json templates had mistakenly used a user variable when defining the user variable for "memory".
1 parent 8fdeab0 commit 8c01ef5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

win2016-standard-cygwin.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
],
186186
"variables": {
187187
"cpus": "2",
188-
"memory": "{{ user `memory` }}",
188+
"memory": "2048",
189189
"guest_additions_url": "",
190190
"cm": "chef",
191191
"cm_version": "",

win2016-standard-ssh.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
],
182182
"variables": {
183183
"cpus": "2",
184-
"memory": "{{ user `memory` }}",
184+
"memory": "2048",
185185
"guest_additions_url": "",
186186
"cm": "chef",
187187
"cm_version": "",

0 commit comments

Comments
 (0)