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