Mercurial > repos > other > Puppet
view modules/apache/manifests/mod/xsendfile.pp @ 275:d9352a684e62
Mass update of modules to remove deprecation warnings
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 26 Jan 2020 11:36:07 +0000 |
parents | 956e484adc12 |
children | b8d6ada284dd |
line wrap: on
line source
# @summary # Installs `mod_xsendfile`. # # @see https://tn123.org/mod_xsendfile/ for additional documentation. # class apache::mod::xsendfile { include ::apache::params ::apache::mod { 'xsendfile': } }