From: Silvio Rhatto Date: Mon, 16 Apr 2018 22:09:53 +0000 (-0300) Subject: Use mpm_prefork also for itk X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=091461ded7805a11d39f052ee1682bf99607209c;p=puppet-apache.git Use mpm_prefork also for itk --- 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, },