diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-04-16 19:09:53 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-04-16 19:09:53 -0300 |
commit | 091461ded7805a11d39f052ee1682bf99607209c (patch) | |
tree | d5667097a616da722809b463c93877e74ef98bff /manifests | |
parent | 9a0166529967f75a79cbd5df6d1501651ea33a0a (diff) | |
download | puppet-apache-091461ded7805a11d39f052ee1682bf99607209c.tar.gz puppet-apache-091461ded7805a11d39f052ee1682bf99607209c.tar.bz2 |
Use mpm_prefork also for itk
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 1 |
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, }, |