summaryrefslogtreecommitdiff
path: root/manifests/module/socache_shmcb.pp
blob: 4c53adde7aba8e70a9c28c045d0649dbb033934d (plain)
1
2
3
4
5
6
# enable/disable socache_shmcb module
class apache::module::socache_shmcb ( $ensure = present )
{

  apache::module { 'socache_shmcb': ensure => $ensure }
}