Skip to content

Commit

Permalink
Merge pull request #1249 from wazuh/merge-4.8.2-into-4.9.0
Browse files Browse the repository at this point in the history
Merge 4.8.2 into 4.9.0
  • Loading branch information
davidcr01 authored Apr 1, 2024
2 parents 11e74b1 + d1198aa commit 10f0758
Showing 1 changed file with 5 additions and 5 deletions.
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

0 comments on commit 10f0758

Please sign in to comment.