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