Mercurial > repos > other > Puppet
view modules/apache/manifests/mod/authz_groupfile.pp @ 437:b8d6ada284dd
Update Apache module to latest version
Also converted some params to ints to match
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 14 Aug 2022 11:30:13 +0100 |
parents | |
children |
line wrap: on
line source
# @summary # Installs `mod_authz_groupfile` # # @see https://httpd.apache.org/docs/current/mod/mod_authz_groupfile.html for additional documentation. # class apache::mod::authz_groupfile { include apache apache::mod { 'authz_groupfile': } }