From 95f11030dc597bfd46567fbe959a67174ba0a3e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20B=C3=A9rtoli?= Date: Thu, 25 Apr 2013 08:39:18 -0300 Subject: [PATCH] Added R.I.Pienaar's concat module as a dependency. --- Modulefile | 3 ++- README.md | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Modulefile b/Modulefile index a40fe7b..bd1c931 100644 --- a/Modulefile +++ b/Modulefile @@ -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' diff --git a/README.md b/README.md index 0d3a875..6824ac5 100644 --- a/README.md +++ b/README.md @@ -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.