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