-
Notifications
You must be signed in to change notification settings - Fork 70
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
Import resources from selinux_policy #79
Conversation
681fbe6
to
0a93e12
Compare
1b1ad02
to
17f2db0
Compare
Signed-off-by: Robert Detjens <detjensrobert@osuosl.org>
Signed-off-by: Robert Detjens <detjensrobert@osuosl.org>
Signed-off-by: Robert Detjens <detjensrobert@osuosl.org>
Signed-off-by: Robert Detjens <detjensrobert@osuosl.org>
Signed-off-by: Robert Detjens <detjensrobert@osuosl.org>
Signed-off-by: Robert Detjens <detjensrobert@osuosl.org>
Signed-off-by: Robert Detjens <detjensrobert@osuosl.org>
Signed-off-by: Robert Detjens <detjensrobert@osuosl.org>
Signed-off-by: Robert Detjens <detjensrobert@osuosl.org>
Signed-off-by: Robert Detjens <detjensrobert@osuosl.org>
Signed-off-by: Robert Detjens <detjensrobert@osuosl.org>
Signed-off-by: Robert Detjens <detjensrobert@osuosl.org>
Signed-off-by: Robert Detjens <detjensrobert@osuosl.org>
0fc9b2b
to
1deb9de
Compare
Signed-off-by: Robert Detjens <detjensrobert@osuosl.org>
Signed-off-by: Robert Detjens <detjensrobert@osuosl.org>
I really think it would be nice for users to add the resource names that were used in |
Aside from the deprecated Providing resource names from the other cookbook seems somewhat unnecessary, since the resource has changed and there are some other (minor) changes needed with the deprecations. |
Released as: 6.0.0 |
Description
Imports resources from the selinux_policy cookbook so we don't have duplicated cookbooks.
The new resources were redone to use native
shell_out!
instead ofexecute
resources.Also:
Issues Resolved
(none)
Check List
kitchenConverge
module fails to install on Debian/Ubuntu locally, but seems to be fine in GH CI 🤷Cookbook migration
The merged resources have the same properties and are drop-in (with a rename), except the following:
:addormodify
action has been renamed to:manage
_module
resource no longer accepts inline source, instead from a file on disk_boolean
now uses a property to set persistently instead of:setpersist
action