Skip to content
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

Merge 4.8.2 into 4.9.0 #1249

Merged
merged 9 commits into from
Apr 1, 2024
10 changes: 5 additions & 5 deletions roles/wazuh/ansible-wazuh-manager/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
dest="{{ wazuh_dir }}/etc/rules/local_rules.xml"
owner=wazuh
group=wazuh
mode=0640
mode=0660
notify: restart wazuh-manager
tags:
- init
Expand All @@ -128,7 +128,7 @@
dest="{{ wazuh_dir }}/etc/rules/"
owner=wazuh
group=wazuh
mode=0640
mode=0660
notify: restart wazuh-manager
tags:
- init
Expand All @@ -140,7 +140,7 @@
dest="{{ wazuh_dir }}/etc/decoders/local_decoder.xml"
owner=wazuh
group=wazuh
mode=0640
mode=0660
notify: restart wazuh-manager
tags:
- init
Expand All @@ -152,7 +152,7 @@
dest="{{ wazuh_dir }}/etc/decoders/"
owner=wazuh
group=wazuh
mode=0640
mode=0660
notify: restart wazuh-manager
tags:
- init
Expand All @@ -165,7 +165,7 @@
dest: "{{ wazuh_dir }}/etc/shared/default/agent.conf"
owner: wazuh
group: wazuh
mode: 0640
mode: 0660
validate: "{{ wazuh_dir }}/bin/verify-agent-conf -f %s"
notify: restart wazuh-manager
tags:
Expand Down
Loading