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 handful of templates that don't validate with the current version of packer (1.5.1) due to "ssh_wait_timeout" in the hyperv-iso builder #194

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

It seems that a number of these are because ssh_wait_timeout is not in the hyperv-iso builder. This smells like a bug in Packer, so I'm going to keep those particular ones as a separate PR so that it can be reverted later.

arizvisa commented 4 years ago

PR #195 closes this, but only for the "ssh_wait_timeout" option in the hyperv-iso builder.