Fix typo in var-ossec-etc-ossec-agent.conf.j2

This commit is contained in:
Joey Wong 2019-09-03 14:19:31 -06:00
parent fdc2cdb309
commit 06a3f2712c

View File

@ -42,7 +42,7 @@
</logging>
<active-response>
<disabled>{{ wazuh_agent_config.active_response.disabled|default('no') }}</disabled>
<disabled>{{ wazuh_agent_config.active_response.ar_disabled|default('no') }}</disabled>
<ca_store>{% if ansible_os_family == "Windows" %}{{ wazuh_agent_config.active_response.ca_store_win }}{% else %}{{ wazuh_agent_config.active_response.ca_store }}{% endif %}</ca_store>
<ca_verification>{{ wazuh_agent_config.active_response.ca_verification }}</ca_verification>
</active-response>