2026-03-11 12:12:23 +01:00
|
|
|
## confdroid_fail2ban::main::install.pp
|
|
|
|
|
# Module name: confdroid_fail2ban
|
|
|
|
|
# Author: 12ww1160 (12ww1160@confdroid.com)
|
|
|
|
|
# @summary Class installs binaries required for confdroid_fail2ban
|
2017-08-03 12:01:32 +01:00
|
|
|
###############################################################################
|
2026-03-11 12:12:23 +01:00
|
|
|
class confdroid_fail2ban::main::install (
|
2017-08-03 12:01:32 +01:00
|
|
|
|
2026-03-11 12:12:23 +01:00
|
|
|
) inherits confdroid_fail2ban::params {
|
|
|
|
|
package { $fn_reqpackages:
|
|
|
|
|
ensure => $fn_pkg_ensure,
|
2017-08-03 12:01:32 +01:00
|
|
|
}
|
|
|
|
|
}
|