]> gitweb.fluxo.info Git - puppet-apache.git/commitdiff
Use mpm_prefork also for itk
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 16 Apr 2018 22:09:53 +0000 (19:09 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 16 Apr 2018 22:09:53 +0000 (19:09 -0300)
manifests/init.pp

index fb3d29aa77b5ac76fd41eef99badebb1729b93b6..91b20b3166e3497786c42f1b944d8e5186c65b25 100644 (file)
@@ -121,6 +121,7 @@ class apache(
 
   apache::module { "mpm_prefork":
     ensure  => $mpm ? {
+      'itk'     => present,
       'prefork' => present,
       default   => absent,
     },