Filebeat Module - Update to 1.1.1

This commit is contained in:
Mike Reeves
2019-09-24 11:03:48 -04:00
parent 590827b08c
commit e080dcfe80

View File

@@ -58,13 +58,13 @@ filebeatconfsync:
so-filebeatimage:
cmd.run:
- name: docker pull --disable-content-trust=false soshybridhunter/so-filebeat:HH1.1.0
- name: docker pull --disable-content-trust=false soshybridhunter/so-filebeat:HH1.1.1
so-filebeat:
docker_container.running:
- require:
- so-filebeatimage
- image: soshybridhunter/so-filebeat:HH1.1.0
- image: soshybridhunter/so-filebeat:HH1.1.1
- hostname: so-filebeat
- user: root
- extra_hosts: {{ MASTER }}:{{ MASTERIP }}