Puppet Class: pf::authpf
- Inherits:
- ::pf::params
- Defined in:
- manifests/authpf.pp
Overview
Manage the User Shell for Authenticating Gateways (authpf).
24 25 26 27 28 29 30 31 32 33 34 |
# File 'manifests/authpf.pp', line 24
class pf::authpf (
Stdlib::Absolutepath $conf_dir = $::pf::params::authpf_conf_dir,
Optional[String] $anchor = undef,
Optional[String] $message = undef,
Optional[String] $problem = undef,
Optional[String] $rules = undef,
Optional[String] $table = undef,
) inherits ::pf::params {
contain ::pf::authpf::config
}
|