Merge pull request #10 from mburger/master
fixed the process name for debian
This commit is contained in:
@@ -29,7 +29,8 @@ class fail2ban::params {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$process = $::operatingsystem ? {
|
$process = $::operatingsystem ? {
|
||||||
default => 'fail2ban',
|
/(?i:Debian|Ubuntu|Mint)/ => 'fail2ban-server',
|
||||||
|
default => 'fail2ban',
|
||||||
}
|
}
|
||||||
|
|
||||||
$process_args = $::operatingsystem ? {
|
$process_args = $::operatingsystem ? {
|
||||||
|
|||||||
Reference in New Issue
Block a user