Added R.I.Pienaar's concat module as a dependency.

This commit is contained in:
Javier Bértoli
2013-04-25 08:39:18 -03:00
parent 169f8105ba
commit 95f11030dc
2 changed files with 4 additions and 1 deletions

View File

@@ -1,11 +1,12 @@
name 'netmanagers-fail2ban'
version '1.0.0'
version '1.0.1'
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'
# dependency 'example42/firewall', '>= 2.0.0'

View File

@@ -10,6 +10,8 @@ Official git repository: http://github.com/netmanagers/puppet-fail2ban
Released under the terms of Apache 2 License.
This module depends on R.I.Pienaar's concat module (https://github.com/ripienaar/puppet-concat).
This module requires functions provided by the Example42 Puppi module (you need it even if you don't use and install Puppi)
For detailed info about the logic and usage patterns of Example42 modules check the DOCS directory on Example42 main modules set.