view modules/apache/manifests/mod/proxy_ajp.pp @ 348:11d940c9014e

Update Firewall module to try and fix quoting string issue It doesn't, but being up-to-date is good
author IBBoard <dev@ibboard.co.uk>
date Wed, 23 Sep 2020 20:43:20 +0100
parents d9352a684e62
children b8d6ada284dd
line wrap: on
line source

# @summary
#   Installs `mod_proxy_ajp`.
# 
# @see https://httpd.apache.org/docs/current/mod/mod_proxy_ajp.html for additional documentation.
#
class apache::mod::proxy_ajp {
  Class['::apache::mod::proxy'] -> Class['::apache::mod::proxy_ajp']
  ::apache::mod { 'proxy_ajp': }
}