components/ruby/puppet-modules/puppetlabs-apache/patches/07-mpm.patch
branchs11u3-sru
changeset 6035 c9748fcc32de
child 5860 afd31ba91ee9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/ruby/puppet-modules/puppetlabs-apache/patches/07-mpm.patch	Fri May 20 17:42:29 2016 -0400
@@ -0,0 +1,14 @@
+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: {