Puppet Class: apache::mod::proxy_http
- Defined in:
- manifests/mod/proxy_http.pp
Summary
Installs `mod_proxy_http`.Overview
6 7 8 9 |
# File 'manifests/mod/proxy_http.pp', line 6
class apache::mod::proxy_http {
Class['::apache::mod::proxy'] -> Class['::apache::mod::proxy_http']
::apache::mod { 'proxy_http': }
}
|