From 68de9c67a52b5e9a1065cffe10d69ef5ea8adf9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20B=C3=A9rtoli?= Date: Tue, 3 Sep 2013 09:13:02 -0300 Subject: [PATCH] Fix for noop override. --- Modulefile | 2 +- manifests/action.pp | 2 +- manifests/filter.pp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Modulefile b/Modulefile index 1d949b7..038bcf2 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'netmanagers-fail2ban' -version '1.1.0' +version '1.1.1' author 'Javier Bertoli' license 'Apache2' project_page 'http://www.netmanagers.com.ar' diff --git a/manifests/action.pp b/manifests/action.pp index 7d22769..17157b6 100644 --- a/manifests/action.pp +++ b/manifests/action.pp @@ -145,7 +145,7 @@ define fail2ban::action ( content => $manage_file_content, replace => $fail2ban::manage_file_replace, audit => $fail2ban::manage_audit, - noop => $fail2ban::bool_noops, + noop => $fail2ban::noops, } } diff --git a/manifests/filter.pp b/manifests/filter.pp index 15d3e20..8c7bec8 100644 --- a/manifests/filter.pp +++ b/manifests/filter.pp @@ -107,7 +107,7 @@ define fail2ban::filter ( content => $manage_file_content, replace => $fail2ban::manage_file_replace, audit => $fail2ban::manage_audit, - noop => $fail2ban::bool_noops, + noop => $fail2ban::noops, } }