summaryrefslogtreecommitdiff
path: root/puppet/modules/apache/manifests/module/socache_shmcb.pp
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/modules/apache/manifests/module/socache_shmcb.pp')
-rw-r--r--puppet/modules/apache/manifests/module/socache_shmcb.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/puppet/modules/apache/manifests/module/socache_shmcb.pp b/puppet/modules/apache/manifests/module/socache_shmcb.pp
new file mode 100644
index 00000000..4c53adde
--- /dev/null
+++ b/puppet/modules/apache/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 }
+}