Fix horrible freshclam default sysconfig file.
This commit is contained in:
parent
4638057c27
commit
783ebfa992
2 changed files with 27 additions and 0 deletions
|
@ -24,6 +24,9 @@
|
|||
- name: setup the freshclam configuration
|
||||
copy: src=freshclam.conf dest=/etc/freshclam.conf
|
||||
|
||||
- name: enable freshclam by fixing the stupid default sysconfig
|
||||
copy: src=freshclam-sysconfig dest=/etc/sysconfig/freshclam
|
||||
|
||||
- name: setup the freshclam cron job
|
||||
copy: src=freshclam-cron dest=/etc/cron.daily/freshclam
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue