author | ymh <ymh.work@gmail.com> |
Fri, 15 Jan 2016 15:35:00 +0100 | |
changeset 28 | b0b56e0f8c7f |
permissions | -rw-r--r-- |
28 | 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 |
} |