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