Merge pull request #146 from perryk/fix_couple_warning_pk1

Fix a couple of minor warnings from default 3.8 manager role
This commit is contained in:
Manuel J. Bernal 2019-03-28 18:08:10 +01:00 committed by GitHub
commit 968e7f8206
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -29,7 +29,6 @@ wazuh_manager_config:
node_name: 'manager_01'
node_type: 'master'
key: 'ugdtAnd7Pi9myP7CVts4qZaZQEQcRYZa'
interval: '2m'
port: '1516'
bind_addr: '0.0.0.0'
nodes:

View File

@ -235,7 +235,7 @@
<disabled>{{ wazuh_manager_config.vul_detector.ubuntu.disable }}</disabled>
<update_interval>{{ wazuh_manager_config.vul_detector.ubuntu.update_interval }}</update_interval>
</feed>
<feed name="redhat-7">
<feed name="redhat">
<disabled>{{ wazuh_manager_config.vul_detector.redhat.disable }}</disabled>
<update_interval>{{ wazuh_manager_config.vul_detector.redhat.update_interval }}</update_interval>
</feed>