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 {
  require apache::mod::proxy
  ::apache::mod { 'proxy_http': }
}