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

There's a number of templates that are missing username/password information for the hyperv-iso builder #196

Closed arizvisa closed 4 years ago

arizvisa commented 4 years ago

List generated by the following...

$ packer --version
1.5.1
$ for name in *.json; do packer validate $name 1>/dev/null || printf '- [ ] %s\n' "$name"; done
arizvisa commented 4 years ago

This is closed by PR #197.

That leaves just the win2012r2-standard.json, win2016-standard-cygwin.json, and win2016-standard-ssh.json templates.