-
-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Debian 11 support #352
Conversation
Thanks for the contribution! For this module to support Debian 11, it needs to be recorded in the metadata - https://github.com/voxpupuli/puppet-selinux/blob/master/metadata.json |
I think you can fix CI by improving: puppet-selinux/manifests/boolean.pp Line 39 in 92f1bf5
- if $facts['os']['selinux']['enabled'] {
+ if fact('os.selinux.enabled') { |
Hi, From the documentation, the squared bracket syntax is also supported in Puppet 5.5 |
You can remove Puppet5 support, though please do in a separate PR. |
Hi. Aside from the EOL Puppet 5 test and Puppet 5 support requested to be removed in a separate PR, is there anything else required to move this forwards? |
Hi, due to work related things i am completely stalled here. i would like to post a pull request but don't know how. |
It's because of this line: Line 58 in 92f1bf5
If you update that (preferably to >= 6.1.0 ) then it should stop testing on Puppet 5.
|
Hi, any update on this PR? We really need to have it working on Debian 11. thanks a lot f. |
Solved via #359 instead. |
Pull Request (PR) description
This PR enables support for Debian 11 by adding a yaml file, 11.yaml in the Debian subfolder
It is a straight renamed copy of 10.yaml