Merge pull request #86 from wazuh/Issue-57_clean_code
clean old code for windows agent
This commit is contained in:
commit
e05bcfbbe8
@ -3,7 +3,9 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
## v3.7.0-37xx
|
||||
|
||||
### Removed
|
||||
|
||||
- clean old code for windows agent ([#86](https://github.com/wazuh/wazuh-ansible/pull/86))
|
||||
|
||||
## v3.7.0-3701
|
||||
|
||||
|
||||
@ -77,10 +77,6 @@
|
||||
{% if wazuh_agent_config.syscheck is defined %}
|
||||
<syscheck>
|
||||
<disabled>no</disabled>
|
||||
{% if ansible_os_family == "Windows" %}
|
||||
<directories check_all="yes" realtime="yes" restrict="^C:/wazuh-agent/shared/agent.conf$">C:/wazuh-agent/shared</directories>
|
||||
{% endif %}
|
||||
|
||||
{% if ansible_system == "Linux" %}
|
||||
<directories check_all="yes" realtime="yes" restrict="^/var/ossec/etc/shared/agent.conf$">/var/ossec/etc/shared</directories>
|
||||
{% endif %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user