Puppet Class: apache::proxy
- Defined in:
- manifests/proxy.pp
Overview
Class: apache::proxy
This class enabled the proxy module for Apache
Actions:
- Enables Apache Proxy module
Requires:
Sample Usage:
12 13 14 15 |
# File 'manifests/proxy.pp', line 12
class apache::proxy {
warning('apache::proxy is deprecated; please use apache::mod::proxy')
include ::apache::mod::proxy
}
|