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, } }