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