-
Notifications
You must be signed in to change notification settings - Fork 134
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
Rocky Linux Agent Support #720
Conversation
Merge 4.4.4 to 4.4
Bump to 4.4.5
Bump revision to branch 4.4.5
Merge 4.4.5 into 4.4
We've just tested it against a host with the following specs:
We're seing the following error on a
EDIT: My bad, I've just seen that you explicitly said that no manager support was provided... 🤦 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
I found the issue... In agent.pp at line 462 you call Then in https://github.com/wazuh/wazuh-puppet/blob/master/manifests/activeresponse.pp#L21require I am not sure why this is done. Also add rocky to param_manager.pp or fully decouple agent from manager. However I will leave that up to your team. |
Hi @derekmpage Thanks for your Contribution!! About the dependency with params_manager.pp, now we will continue with this change and later we will see the decoupling of this dependency. |
@vcerenu I see you merged this... But the needed changes to params_manager.pp were not added to the PR yet? Unless I am not following your versioning correctly? |
@derekmpage I passed this change to the |
PR is just Like #596
But against 4.4 branch and with Agent only support. No manager support.