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
The fact patching_as_code is not executed. I think the bug was introduced with PR #93
The two confine statements are logically AND combined.
I think fact patch_unsafe_process_active uses the correct way. Or in my tests, the way worked also: confine kernel: ['linux','windows']
Expected Behavior
Fact patching_as_code should work on linux or windows kernel based systems.
Steps to Reproduce
Steps to reproduce the behavior:
Use patching_as_code module
Run puppet and let it patch something
check facts
Environment
Version 8.9.0
Platform RHEL8
The text was updated successfully, but these errors were encountered:
Describe the Bug
The fact patching_as_code is not executed. I think the bug was introduced with PR #93
The two confine statements are logically AND combined.
I think fact patch_unsafe_process_active uses the correct way. Or in my tests, the way worked also:
confine kernel: ['linux','windows']
Expected Behavior
Fact patching_as_code should work on linux or windows kernel based systems.
Steps to Reproduce
Steps to reproduce the behavior:
Environment
The text was updated successfully, but these errors were encountered: