fixed the process name for debian

Change-Id: Ie06fc0b57b2c740f7655c7ed6b8f8533b14b4203
This commit is contained in:
Markus Burger
2013-09-16 11:19:09 +02:00
parent 68de9c67a5
commit 3e248bb951

View File

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