* 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
12 lines
437 B
Puppet
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'
|