Version information
released Nov 15th 2013
Start using this module
Add this module to your Puppetfile:
mod 'usrlocal-clam', '0.0.3'
Learn more about managing modules with a PuppetfileDocumentation
usrlocal/clam — version 0.0.3 Nov 15th 2013
Clam module for Puppet
This module manages clam on Linux (Currently CentOS 5/6 & Ubuntu) distros. The module will install and ensure the latest clam and clamdb have been installed. Also installed will be a crontab entry for doing a nightly scan of your system.
Usage
class {
clam:
email => "username@domain.com",
scan_directory => "/srv/www/";
}
If no parameters are passed, the system will scan / and send an email to root.
Special thanks to Craig Carnell (https://github.com/craigcarnell) for the Ubuntu support.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.