Merge branch '3.7' into Issue-88_version_windows_installer

This commit is contained in:
AlfonsoRBJ 2018-11-16 11:38:34 +01:00 committed by GitHub
commit 99a6a3d6b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 7 deletions

View File

@ -3,9 +3,11 @@ All notable changes to this project will be documented in this file.
## v3.7.0-37xx ## v3.7.0-37xx
### Changed
- Changed windows agent version ([#89](https://github.com/wazuh/wazuh-ansible/pull/89)) ### 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

@ -1,2 +1,2 @@
WAZUH-ANSIBLE_VERSION="v3.7.0" WAZUH-ANSIBLE_VERSION="v3.7.0"
REVISION="3702" REVISION="3703"

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 %}