updated vector state
This commit is contained in:
parent
4cb58bacbd
commit
4f48b3d12a
@ -4,16 +4,16 @@ vector-default:
|
||||
file.managed:
|
||||
- name: /etc/default/vector
|
||||
- source: salt://vector/templates/vector.default.j2
|
||||
- user: {{ vector.user }}
|
||||
- group: {{ vector.group }}
|
||||
- user: root
|
||||
- group: root
|
||||
- mode: 600
|
||||
- template: jinja
|
||||
|
||||
vector-config-dir:
|
||||
file.directory:
|
||||
- name: /etc/vector
|
||||
- user: {{ vector.user }}
|
||||
- group: {{ vector.group }}
|
||||
- user: root
|
||||
- group: root
|
||||
- mode: 700
|
||||
# - watch_in:
|
||||
# - service: vector-service
|
||||
@ -22,8 +22,8 @@ vector-config-file:
|
||||
file.managed:
|
||||
- name: /etc/vector/vector.conf
|
||||
- source: salt://vector/templates/vector.toml.j2
|
||||
- user: {{ vector.user }}
|
||||
- group: {{ vector.group }}
|
||||
- user: root
|
||||
- group: root
|
||||
- mode: 600
|
||||
- template: jinja
|
||||
# - watch_in:
|
||||
|
@ -9,7 +9,7 @@ arm64:
|
||||
arch: "aarch64"
|
||||
|
||||
aarch64:
|
||||
arch: "arm64"
|
||||
arch: "aarch64"
|
||||
|
||||
armv6l:
|
||||
arch: "armv7"
|
||||
|
Loading…
Reference in New Issue
Block a user