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')
m---------puppet/modules/apache0
-rw-r--r--puppet/modules/apache/manifests/module/socache_shmcb.pp6
2 files changed, 6 insertions, 0 deletions
diff --git a/puppet/modules/apache b/puppet/modules/apache
deleted file mode 160000
-Subproject 117bed9a9263c21d253d86b667eb165948efdc2
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 }
+}