Puppet Class: fail2ban::install
- Defined in:
- manifests/install.pp
Overview
class fail2ban::install This class should not be included directly; use the main fail2ban class. class.
4 5 6 7 8 9 10 11 |
# File 'manifests/install.pp', line 4
class fail2ban::install {
include ::fail2ban
package { $::fail2ban::package_name:
ensure => $::fail2ban::package_ensure,
}
}
|