You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not really, the functionality just exists for Debian-based systems, but not RHEL-based ones.
Describe the solution you'd like
If pin is set to true and the osfamily is RedHat, do a pkg.install yum-plugin-versionlock, then pkg.install salt with the appropriate version number, followed by cmd.run yum versionlock salt-minion (or master or whatever).
I think this could all go in salt/pin.sls.
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
Not really, the functionality just exists for Debian-based systems, but not RHEL-based ones.
Describe the solution you'd like
If
pin
is set to true and the osfamily is RedHat, do apkg.install yum-plugin-versionlock
, then pkg.install salt with the appropriate version number, followed bycmd.run yum versionlock salt-minion
(or master or whatever).I think this could all go in
salt/pin.sls
.Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: