Re-enable FB module load

This commit is contained in:
Wes Lambert
2022-03-19 03:55:40 +00:00
parent a18b38de4d
commit 1a6ef0cc6b

View File

@@ -146,14 +146,14 @@ so-filebeat:
{% endfor %}
{% endfor %}
{% if grains.role in ES_INCLUDED_NODES %}
#run_module_setup:
# cmd.run:
# - name: /usr/sbin/so-filebeat-module-setup
# - require:
# - file: filebeatmoduleconf
# - docker_container: so-filebeat
# - onchanges:
# - docker_container: so-elasticsearch
run_module_setup:
cmd.run:
- name: /usr/sbin/so-filebeat-module-setup
- require:
- file: filebeatmoduleconf
- docker_container: so-filebeat
- onchanges:
- docker_container: so-elasticsearch
{% endif %}
append_so-filebeat_so-status.conf: