Puppet Class: apache::mod::proxy_http
- Defined in:
- manifests/mod/proxy_http.pp
Overview
1 2 3 4 |
# File 'manifests/mod/proxy_http.pp', line 1
class apache::mod::proxy_http {
Class['::apache::mod::proxy'] -> Class['::apache::mod::proxy_http']
::apache::mod { 'proxy_http': }
}
|