Mercurial > repos > other > Puppet
view modules/apache/manifests/mod/data.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 and configures `mod_data`. # # @see https://httpd.apache.org/docs/current/mod/mod_data.html for additional documentation. # class apache::mod::data { include apache ::apache::mod { 'data': } }