Jason Murray
Jason Murray
@obsessionsys please feel free to submit a PR to add the functionality
In Go interfaces are used to ensure common functionality. Unless you intend to implement specific functionality on `InvalidInput` and `MissingInput` then they would match the `error` interface as well as...
Unsure if the README change justifies a version bump. Please lmk if I should include a bump to the version with this PR
If preferred I can open a separate issue, as this doesn't fully encompass the issues we are experiencing. The challenge on my side is that our org doesn't allow for...
Per the [semver spec](https://semver.org/) (which Terraform follows), the version with the greatest [precedence](https://semver.org/#spec-item-11) shall be selected. If a user wants to use a specific version of Terraform they can indicate...
@jlestrada Feel free to give the PR a review if you have the cycles. I'm sure that would help it land more quickly
@mcaulifn It uses the Terraform code to do the ingest and interpretation of versions, so the behaviour will be identical to that of Terraform
@davidak You can set the default BIOS filename on your DHCP server to something like `http://your-ipxe-server:4777/?profile=${net0/mac}` or `http://your-ipxe-server:4777/?profile=${uuid}` then use the MAC address or UUID as the filename of the...
My apologies, I haven't had sufficient cycles to get back to this issue previously. Unfortunately we encountered this bug merging a time-sensitive PR and had to pin to a previous...
@chemmi thanks for that workaround!