Merge branch 'master' of github.com:netmanagers/puppet-fail2ban

This commit is contained in:
Javier Bértoli
2013-09-16 15:23:34 -03:00

View File

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