Mercurial > repos > other > Puppet
view modules/apache/manifests/mod/intercept_form_submit.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 | d9352a684e62 |
children |
line wrap: on
line source
# @summary # Installs `mod_intercept_form_submit`. # # @see https://www.adelton.com/apache/mod_intercept_form_submit for additional documentation. # class apache::mod::intercept_form_submit { include apache ::apache::mod { 'intercept_form_submit': } }