Fix for noop override.

This commit is contained in:
Javier Bértoli
2013-09-03 09:13:02 -03:00
parent bad06a9db8
commit 68de9c67a5
3 changed files with 3 additions and 3 deletions

View File

@@ -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'

View File

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

View File

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