Remove older module config files

This commit is contained in:
weslambert
2022-03-18 10:14:13 -04:00
committed by GitHub
parent c659a443b0
commit 5ec5b9a2ee

View File

@@ -96,6 +96,14 @@ merged_module_conf:
- defaults: - defaults:
MODULES: {{ MODULESENABLED }} MODULES: {{ MODULESENABLED }}
so_module_conf_remove:
file.absent:
- name: /opt/so/conf/filebeat/modules/securityonion.yml
thirdyparty_module_conf_remove:
file.absent:
- name: /opt/so/conf/filebeat/modules/thirdparty.yml
so-filebeat: so-filebeat:
docker_container.running: docker_container.running:
- image: {{ MANAGER }}:5000/{{ IMAGEREPO }}/so-filebeat:{{ VERSION }} - image: {{ MANAGER }}:5000/{{ IMAGEREPO }}/so-filebeat:{{ VERSION }}