Fix horrible freshclam default sysconfig file.

This commit is contained in:
Kevin Fenzi 2014-08-27 18:41:45 +00:00
parent 4638057c27
commit 783ebfa992
2 changed files with 27 additions and 0 deletions

View file

@ -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