mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-21 19:28:02 +00:00
16 lines
282 B
Puppet
16 lines
282 B
Puppet
# Class: apache::proxy
|
|
#
|
|
# This class enabled the proxy module for Apache
|
|
#
|
|
# Actions:
|
|
# - Enables Apache Proxy module
|
|
#
|
|
# Requires:
|
|
#
|
|
# Sample Usage:
|
|
#
|
|
class apache::proxy {
|
|
warning('apache::proxy is deprecated; please use apache::mod::proxy')
|
|
include ::apache::mod::proxy
|
|
}
|