Closed mikerenfro closed 4 years ago
Instead of all the exec resources with wget and the issues with the package resource, what about just migrate it to archive ?
Looks like that might be workable. Going to separate these into two separate PRs, since the syslinux regex one is unrelated, and the wget fix will be a bit more complicated than I'd first planned.
Pull Request (PR) description
First, RHEL's recommended
minimal
package group does not includewget
. Ensuring it's installed before any of theexec
resources are applied. If thepackage
resource is enough on its own, could remove the dependency.Second, it appears the code to find
syslinux_major_version
is missing a group for its back-reference. Also adjusted the regex to allow for major versions higher than 9.This Pull Request (PR) fixes the following issues
N/A