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
You've just broken systems that depend on previous functionality (like selinux::module's use_makefile parameter that disappeared without warning).
If we wanted to use native types, we would be using one of the other selinux modules (there are many). Instead, we're using this module because we find it's better than using the native types. Which I thought was rather obvious.
If you really want to do this, consider publishing it under a different module name. If you can't revert this change and restore previous behavior, please consider putting a gigantic notice in the README warning users not to depend on this module for anything remotely important.
Hello:
It looks like puppet has support for selmodule and selboolean types.
https://docs.puppetlabs.com/references/latest/type.html#selboolean
https://docs.puppetlabs.com/references/latest/type.html#selmodule
Should we modify the existing classes for these to take advantage of the built-in types?
The text was updated successfully, but these errors were encountered: