[fix] 0 -> root so file owner is set correctly

This commit is contained in:
William Wernert
2020-11-03 16:47:59 -05:00
parent 1c91e2d50b
commit 6169758f4e
5 changed files with 12 additions and 12 deletions

View File

@@ -58,8 +58,8 @@ filebeatconfsync:
file.managed:
- name: /opt/so/conf/filebeat/etc/filebeat.yml
- source: salt://filebeat/etc/filebeat.yml
- user: 0
- group: 0
- user: root
- group: root
- template: jinja
- defaults:
INPUTS: {{ salt['pillar.get']('filebeat:config:inputs', {}) }}