boxcutter / windows

Virtual machine templates for Windows written in legacy JSON and Batch Scripting/JScript
Apache License 2.0
753 stars 266 forks source link

Fixed the vm_name used by the win2012r2-standardcore-ssh.json template #215

Closed arizvisa closed 4 years ago

arizvisa commented 4 years ago

The vm_name field used in the vmware-iso, virtualbox-iso, and parallels-iso builders of the win2012r2-standardcore-ssh.json template is actually missing its -ssh suffix. This results in a duplicate name of the emitted template and can affect building if the win2012r2-standardcore templates are being built at the same time.

This PR simply updates the vm_name field in all the builders so that they contain the -ssh suffix similar to the other -ssh.json templates.

This closes issue #214.