Puppet Class: apache::mod::authn_core
- Defined in:
- manifests/mod/authn_core.pp
Summary
Installs `mod_authn_core`.Overview
6 7 8 |
# File 'manifests/mod/authn_core.pp', line 6
class apache::mod::authn_core {
::apache::mod { 'authn_core': }
}
|