Puppet Class: apache::mod::apreq2
- Defined in:
 - manifests/mod/apreq2.pp
 
Summary
Installs `mod_apreq2`.Overview
    Note:
    
  
Unsupported platforms: CentOS: all; Debian: 8; OracleLinux: all; RedHat: all; Scientific: all; SLES: all; Ubuntu: all
        7 8 9 10 11  | 
      
        # File 'manifests/mod/apreq2.pp', line 7
class apache::mod::apreq2 {
  ::apache::mod { 'apreq2':
    id => 'apreq_module',
  }
}
       |