added service control

This commit is contained in:
Arne Teuke
2017-08-03 13:07:42 +01:00
parent dc918f331a
commit 059e16bca6
6 changed files with 106 additions and 4 deletions

View File

@@ -25,6 +25,7 @@ class cd_fail2ban::main::config (
) inherits cd_fail2ban::params {
require cd_fail2ban::main::install
if $fn_enable_fail2ban == true {
include cd_fail2ban::main::service
}
}