summaryrefslogtreecommitdiff
path: root/manifests/module/socache_shmcb.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/module/socache_shmcb.pp')
-rw-r--r--manifests/module/socache_shmcb.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/module/socache_shmcb.pp b/manifests/module/socache_shmcb.pp
new file mode 100644
index 0000000..4c53add
--- /dev/null
+++ b/manifests/module/socache_shmcb.pp
@@ -0,0 +1,6 @@
+# enable/disable socache_shmcb module
+class apache::module::socache_shmcb ( $ensure = present )
+{
+
+ apache::module { 'socache_shmcb': ensure => $ensure }
+}