Mercurial > repos > other > Puppet
diff modules/apache/manifests/mod/socache_shmcb.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 diff
--- a/modules/apache/manifests/mod/socache_shmcb.pp Wed Apr 19 18:45:23 2023 +0100 +++ b/modules/apache/manifests/mod/socache_shmcb.pp Sun Aug 14 11:30:13 2022 +0100 @@ -4,5 +4,5 @@ # @see https://httpd.apache.org/docs/current/mod/mod_socache_shmcb.html for additional documentation. # class apache::mod::socache_shmcb { - ::apache::mod { 'socache_shmcb': } + ::apache::mod { 'socache_shmcb': } }