paulbsd-salt/states/oldstates/clamav/config.sls
2020-07-10 00:58:55 +02:00

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