9 lines
314 B
Puppet
9 lines
314 B
Puppet
## confdroid_fail2ban::init.pp
|
|
# Module name: confdroid_fail2ban
|
|
# Author: 12ww1160 (12ww1160@confdroid.com)
|
|
# @summary Class initializes the confdroid_fail2ban module.
|
|
##############################################################################
|
|
class confdroid_fail2ban {
|
|
include confdroid_fail2ban::params
|
|
}
|