Merge pull request #311 from wazuh/feature-305-disable-openscap-default

Change "openscap.disable" to no in default Wazuh Agent variables
This commit is contained in:
Manuel J. Bernal 2019-11-06 18:23:21 +01:00 committed by GitHub
commit 93f2703c02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -218,7 +218,7 @@ wazuh_agent_config:
rootcheck:
frequency: 43200
openscap:
disable: 'no'
disable: 'yes'
timeout: 1800
interval: '1d'
scan_on_start: 'yes'