saltstack / salt-bootstrap

Generic Salt Bootstrap Script
Other
926 stars 545 forks source link

Fix missing functions for post-installation on EL clones #1877

Closed ggiesen closed 1 year ago

ggiesen commented 1 year ago

What does this PR do?

Fixes missing functions or post-installation on EL clones

What issues does this PR fix or reference?

Resolves: #1876

Previous Behavior

 * DEBUG: INSTALL_FUNC=install_almalinux_onedir
 * DEBUG: install_almalinux_8_onedir_post not found....
 * DEBUG: install_almalinux_8_6_onedir_post not found....
 * DEBUG: install_almalinux_8_post not found....
 * DEBUG: install_almalinux_8_6_post not found....
 * DEBUG: install_almalinux_onedir_post not found....
 * DEBUG: install_almalinux_post not found....

New Behavior

 *  INFO: Running install_almalinux_onedir_post()