summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-04-16 19:09:53 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-04-16 19:09:53 -0300
commit091461ded7805a11d39f052ee1682bf99607209c (patch)
treed5667097a616da722809b463c93877e74ef98bff
parent9a0166529967f75a79cbd5df6d1501651ea33a0a (diff)
downloadpuppet-apache-091461ded7805a11d39f052ee1682bf99607209c.tar.gz
puppet-apache-091461ded7805a11d39f052ee1682bf99607209c.tar.bz2
Use mpm_prefork also for itk
-rw-r--r--manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index fb3d29a..91b20b3 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -121,6 +121,7 @@ class apache(
apache::module { "mpm_prefork":
ensure => $mpm ? {
+ 'itk' => present,
'prefork' => present,
default => absent,
},