Merge pull request #709 from wazuh/761-rootcheck-demo

Rootcheck template update
This commit is contained in:
Alberto Rodríguez 2022-03-15 09:48:44 +01:00 committed by GitHub
commit 22db4ac647
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,7 +93,7 @@
<!-- Frequency that rootcheck is executed - every 12 hours -->
<frequency>{{ agent_config.rootcheck.frequency }}</frequency>
{% if agent_config.rootcheck.cis_distribution_filename is defined %}
{% if agent_config.rootcheck.cis_distribution_filename is not none %}
<system_audit>{{ wazuh_dir }}/etc/shared/default/{{ agent_config.rootcheck.cis_distribution_filename }}</system_audit>
{% endif %}
<skip_nfs>yes</skip_nfs>