boxcutter / windows

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

Feature: Consolidate the vm_name and suffix into knobs that the user can adjust #216

Closed arizvisa closed 4 years ago

arizvisa commented 4 years ago

This is a feature request to move the vm_name specified for each template under the user-variables. One reason why this is handy is so that the user can explicitly control every aspect of the format of the VM name. Right now this is explicitly defined for each builder which can result in inconsistencies or mistakes (Issue #214 is an example where the vm_name is wrong for one of the builders).

arizvisa commented 4 years ago

This is closed by PR #217.