Open sohooo opened 1 year ago
Registered to also post issue @ ticket.puppetlabs.com: https://tickets.puppetlabs.com/browse/PA-5632 :)
I experienced the same issue with Rocky Linux release 9.1. The fix was to upgrade libselinux
i.e: sudo yum upgrade libselinux
.
Puppet expects version libselinux 3.5 and RHEL9 originally shipped with libselinux 3.4 hence the error message LIBSELINUX_3.5' not found
.
Sounds like missing/incorrect requirement in the Puppet RPM.
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
This seems to be a problem with Puppet Agent, not this module. Related:
What are you seeing
rhel8 7.25 working :heavy_check_mark:
rhel9 7.24 working :heavy_check_mark:
rhel9 7.25 fail :x: