components/ruby/puppet-modules/puppetlabs-apache/patches/06-mod-prefork.patch
changeset 5860 afd31ba91ee9
parent 5696 f99e26938556
--- a/components/ruby/puppet-modules/puppetlabs-apache/patches/06-mod-prefork.patch	Mon Apr 25 10:20:40 2016 -0700
+++ b/components/ruby/puppet-modules/puppetlabs-apache/patches/06-mod-prefork.patch	Wed Apr 27 14:55:10 2016 -0700
@@ -1,9 +1,17 @@
 Patch to add Solaris to the list of OSes which use the 'prefork'
 version of mod-prefork.  This patch has not yet been submitted upstream.
 
---- puppetlabs-apache-1.4.0/manifests/mod/prefork.pp.orig	2015-06-03 13:52:13.784864270 -0600
-+++ puppetlabs-apache-1.4.0/manifests/mod/prefork.pp	2015-06-03 13:54:14.441044752 -0600
-@@ -60,7 +60,7 @@ class apache::mod::prefork (
+--- puppetlabs-apache-1.8.1/manifests/mod/prefork.pp.orig	2016-04-20 12:59:10.851657068 -0700
++++ puppetlabs-apache-1.8.1/manifests/mod/prefork.pp	2016-04-20 12:59:35.452404762 -0700
+@@ -1,3 +1,7 @@
++#######################################################################
++# Oracle has modified the originally distributed contents of this file.
++#######################################################################
++
+ class apache::mod::prefork (
+   $startservers        = '8',
+   $minspareservers     = '5',
+@@ -60,7 +64,7 @@
          }
        }
      }