Mercurial > repos > other > Puppet
view modules/apache/manifests/mod/apreq2.pp @ 478:adf6fe9bbc17
Update Puppet modules to latest versions
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Thu, 29 Aug 2024 18:47:29 +0100 |
parents | b8d6ada284dd |
children |
line wrap: on
line source
# @summary # Installs `mod_apreq2`. # # @see http://httpd.apache.org/apreq/docs/libapreq2/group__mod__apreq2.html for additional documentation. # # @note Unsupported platforms: CentOS: all; OracleLinux: all; RedHat: all; Scientific: all; SLES: all; Ubuntu: all class apache::mod::apreq2 { ::apache::mod { 'apreq2': id => 'apreq_module', } }