From 5c1f2ed783fba996b63f990dd5fa5a5c034edb91 Mon Sep 17 00:00:00 2001 From: cadoming Date: Wed, 14 Nov 2018 10:39:25 +0000 Subject: [PATCH 1/2] clean old code for windows agent --- .../templates/var-ossec-etc-ossec-agent.conf.j2 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/roles/wazuh/ansible-wazuh-agent/templates/var-ossec-etc-ossec-agent.conf.j2 b/roles/wazuh/ansible-wazuh-agent/templates/var-ossec-etc-ossec-agent.conf.j2 index 982c1579..f0d1c18b 100644 --- a/roles/wazuh/ansible-wazuh-agent/templates/var-ossec-etc-ossec-agent.conf.j2 +++ b/roles/wazuh/ansible-wazuh-agent/templates/var-ossec-etc-ossec-agent.conf.j2 @@ -77,10 +77,6 @@ {% if wazuh_agent_config.syscheck is defined %} no - {% if ansible_os_family == "Windows" %} - C:/wazuh-agent/shared - {% endif %} - {% if ansible_system == "Linux" %} /var/ossec/etc/shared {% endif %} From b19b9dcfae13da2f5dd5b08021b44f9fcaec972c Mon Sep 17 00:00:00 2001 From: AlfonsoRBJ Date: Fri, 16 Nov 2018 11:00:26 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 949b31ae..56fca392 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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