saltstack / salt-bootstrap

Generic Salt Bootstrap Script
Other
929 stars 547 forks source link

Ensure find command available in RHEL-based distros #1992

Open blu-base opened 4 months ago

blu-base commented 4 months ago

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

dmurphy18 commented 4 months ago

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