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

This commit is contained in:
Joey Wong 2019-09-03 14:06:30 -06:00
parent c5a46081f8
commit fdc2cdb309

View File

@ -42,7 +42,7 @@
</logging>
<active-response>
<disabled>{{ wazuh_agent_config.active_response.ar|default('no') }}</disabled>
<disabled>{{ wazuh_agent_config.active_response.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>