changeset 28 | b0b56e0f8c7f |
27:a2342f26c9de | 28:b0b56e0f8c7f |
---|---|
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 } |