]> git.donarmstrong.com Git - dsa-puppet.git/blob - 3rdparty/modules/apache/manifests/proxy.pp
try again, with puppetforge modules, correctly included now
[dsa-puppet.git] / 3rdparty / modules / apache / manifests / proxy.pp
1 # Class: apache::proxy
2 #
3 # This class enabled the proxy module for Apache
4 #
5 # Actions:
6 #   - Enables Apache Proxy module
7 #
8 # Requires:
9 #
10 # Sample Usage:
11 #
12 class apache::proxy {
13   warning('apache::proxy is deprecated; please use apache::mod::proxy')
14   include ::apache::mod::proxy
15 }