comparison modules/apache/manifests/mod/socache_shmcb.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 675c1cc61eaf
children b8d6ada284dd
comparison
equal deleted inserted replaced
274:b2571c28fc27 275:d9352a684e62
1 # @summary
2 # Installs `mod_socache_shmcb`.
3 #
4 # @see https://httpd.apache.org/docs/current/mod/mod_socache_shmcb.html for additional documentation.
5 #
1 class apache::mod::socache_shmcb { 6 class apache::mod::socache_shmcb {
2 ::apache::mod { 'socache_shmcb': } 7 ::apache::mod { 'socache_shmcb': }
3 } 8 }