Mercurial > repos > other > Puppet
comparison 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 |
comparison
equal
deleted
inserted
replaced
436:6293839019d0 | 437:b8d6ada284dd |
---|---|
2 # Installs `mod_intercept_form_submit`. | 2 # Installs `mod_intercept_form_submit`. |
3 # | 3 # |
4 # @see https://www.adelton.com/apache/mod_intercept_form_submit for additional documentation. | 4 # @see https://www.adelton.com/apache/mod_intercept_form_submit for additional documentation. |
5 # | 5 # |
6 class apache::mod::intercept_form_submit { | 6 class apache::mod::intercept_form_submit { |
7 include ::apache | 7 include apache |
8 ::apache::mod { 'intercept_form_submit': } | 8 ::apache::mod { 'intercept_form_submit': } |
9 } | 9 } |