Merge pull request #7 from mburger/master
Fixed the pid_file Path for Debian based Systems
This commit is contained in:
@@ -89,6 +89,7 @@ class fail2ban::params {
|
||||
}
|
||||
|
||||
$pid_file = $::operatingsystem ? {
|
||||
/(?i:Debian|Ubuntu|Mint)/ => '/var/run/fail2ban/fail2ban.pid',
|
||||
default => '/var/run/fail2ban.pid',
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user