diff -r 395144914930 -r 6590570733a1 components/ruby/puppet-modules/puppetlabs-apache/patches/07-mpm.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/ruby/puppet-modules/puppetlabs-apache/patches/07-mpm.patch Thu Oct 01 15:00:59 2015 -0700 @@ -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: {