edestecd / puppet-clamav

Puppet Module for managing ClamAV
GNU General Public License v3.0
6 stars 59 forks source link

Add a class for scan job #50

Closed hdep closed 6 years ago

hdep commented 6 years ago

This class originally come from https://github.com/ucbpi/puppet-clamav/blob/master/manifests/scan.pp It allow to create a cron job in order to scan the whole server for virus. Very usefull for compliance. I use it on Debian 8 and CentOS 7. I think this code can be usefull for other people.

hdep commented 6 years ago

I just check the output of travis job : Network error while fetching

So I guess this is not related to my code.

@edestecd can you please have a look if you have time ?

Thank you

hdep commented 6 years ago

Hi,

are you still working on this project @edestecd ?

Best regards

edestecd commented 6 years ago

@hdep yea I need to update this module for puppet 4/5 with pdk. I'll try to get to that in the next day or so. Then you can rebase and hopefully the errors will go away.

hdep commented 6 years ago

great @edestecd, maybe I can try to help you out with pdk compatibility, I'll have a look.

edestecd commented 6 years ago

eck, work is killing me lately. Sorry. I'll try and get to it. But yea if you have time that would be great

hdep commented 6 years ago

Ok, I'll have a look. If you need more help to manage your great plugin you can ask to https://voxpupuli.org/

hdep commented 6 years ago

this PR is on my master branch so I'll need to close this and refork it if I wan't to try to convert to pdk...