11 lines
253 B
Plaintext
11 lines
253 B
Plaintext
---
|
|
clamav-clamd-config:
|
|
file.managed:
|
|
- name: {{ clamav.config.clamd.file }}
|
|
- source: salt://clamav/clamd.conf.j2
|
|
- user: root
|
|
- group: root
|
|
- mode: 0755
|
|
- template: jinja
|
|
- watch_in:
|
|
- service: clamav-clamd-service |