paulbsd-salt/states/old/clamav/config.sls
2021-08-19 21:15:24 +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