Version information
released Jan 7th 2017
Start using this module
Add this module to your Puppetfile:
mod 'saz-denyhosts', '1.2.0'
Learn more about managing modules with a PuppetfileDocumentation
saz/denyhosts — version 1.2.0 Jan 7th 2017
puppet-denyhosts
Manage denyhosts via Puppet
How to use
class { 'denyhosts': }
Default values
class { 'denyhosts':
block_service => 'sshd',
admin_email => '',
syslog_report => true,
smtp_host => 'localhost',
smtp_port => 25,
smtp_username => false,
smtp_password => false,
log => '/var/log/denyhosts',
sync => true,
sync_upload => true,
sync_download => true,
}