Merge pull request #10 from mburger/master

fixed the process name for debian
This commit is contained in:
Javier Bértoli
2013-09-16 02:26:07 -07:00

View File

@@ -29,6 +29,7 @@ class fail2ban::params {
}
$process = $::operatingsystem ? {
/(?i:Debian|Ubuntu|Mint)/ => 'fail2ban-server',
default => 'fail2ban',
}