Merge pull request #86 from wazuh/Issue-57_clean_code

clean old code for windows agent
This commit is contained in:
AlfonsoRBJ 2018-11-16 11:04:54 +01:00 committed by GitHub
commit e05bcfbbe8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -3,7 +3,9 @@ All notable changes to this project will be documented in this file.
## v3.7.0-37xx ## v3.7.0-37xx
### Removed
- clean old code for windows agent ([#86](https://github.com/wazuh/wazuh-ansible/pull/86))
## v3.7.0-3701 ## v3.7.0-3701

View File

@ -77,10 +77,6 @@
{% if wazuh_agent_config.syscheck is defined %} {% if wazuh_agent_config.syscheck is defined %}
<syscheck> <syscheck>
<disabled>no</disabled> <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" %} {% if ansible_system == "Linux" %}
<directories check_all="yes" realtime="yes" restrict="^/var/ossec/etc/shared/agent.conf$">/var/ossec/etc/shared</directories> <directories check_all="yes" realtime="yes" restrict="^/var/ossec/etc/shared/agent.conf$">/var/ossec/etc/shared</directories>
{% endif %} {% endif %}