voxpupuli / puppet-selinux

Puppet Module to manage SELinux on RHEL machines
https://forge.puppet.com/puppet/selinux
Apache License 2.0
48 stars 147 forks source link

Add Debian 11 support by moving the policy packages definition #359

Closed jcpunk closed 1 year ago

jcpunk commented 2 years ago

Pull Request (PR) description

Provide default package names for Debian based systems. Can still override for specific versions if need be.

This Pull Request (PR) fixes the following issues

One of my internal modules tests against Debian 11. I didn't guard the selinux bits and noticed the package names don't have a default set for Debian.

smortex commented 2 years ago

What about adding Debian 11 to metadata.json and update this PR to something like "Add support for Debian 11"?