Files
puppet-fail2ban/Modulefile
Javier Bértoli 0e96b8fa6f New release
* Default behaviour is now to install package as distros configure them. If you want to change the
  configuration you need to explicitly modify "jails_config" (see README for details)
* Add support to modifify fail2ban.conf (issue #1)
* Add specs and tests
* Some cleanup
2013-04-30 06:45:57 -03:00

12 lines
437 B
Puppet

name 'netmanagers-fail2ban'
version '1.0.2'
author 'Javier Bertoli'
license 'Apache2'
project_page 'http://www.netmanagers.com.ar'
source 'https://github.com/netmanagers/puppet-fail2ban'
summary 'Puppet module for fail2ban'
description 'This module installs and manages fail2ban. Check README for details.'
dependency 'ripienaar/concat', '>=0.2.0'
dependency 'example42/puppi', '>= 2.0.0'
dependency 'example42/monitor', '>= 2.0.0'