salt-bootstrap
salt-bootstrap copied to clipboard
Ensure find command available in RHEL-based distros
What does this PR do?
The Rocky Linux 8 container doesn't ship the package findutils.
Since salt 3006 there seems to be a scriptlet, in the the salt rpm and ondir package which requires the find command.
This PR adds the findutils package to the install dependencies for all RHEL-based distros.
In almost all cases, this package is pre-installed, and therefore doesn't seem to be a significant impact.
What issues does this PR fix or reference?
#1991
See comment https://github.com/saltstack/salt-bootstrap/issues/1991#issuecomment-1977153151 TL;DR wondering why this is an issue for Salt, and not the container, which should have find
@blu-base Closing this since resolved by PT https://github.com/saltstack/salt-bootstrap/pull/1987 and now available in current stable release (2024-07-12)