components/ruby/puppet-modules/puppetlabs-apache/patches/07-mpm.patch
author Drew Fisher <drew.fisher@oracle.com>
Thu, 01 Oct 2015 15:00:59 -0700
changeset 4911 6590570733a1
child 5860 afd31ba91ee9
permissions -rw-r--r--
PSARC/2015/368 Common Puppet Modules 21691386 Request to integrate common puppet modules into Userland

Patch to add Solaris to the list of OSes which do not deliver mod-mpm.
This patch has not yet been submitted upstream.

--- puppetlabs-apache-1.4.0/manifests/mpm.pp.orig	2015-06-03 13:55:24.304854831 -0600
+++ puppetlabs-apache-1.4.0/manifests/mpm.pp	2015-06-03 13:55:33.301896584 -0600
@@ -65,7 +65,7 @@ define apache::mpm (
         mpm_module => $mpm
       }
     }
-    'redhat': {
+    'redhat', 'solaris': {
       # so we don't fail
     }
     default: {