components/ruby/puppet-modules/puppetlabs-apache/patches/06-mod-prefork.patch
changeset 5860 afd31ba91ee9
parent 5696 f99e26938556
equal deleted inserted replaced
5859:98bc99958997 5860:afd31ba91ee9
     1 Patch to add Solaris to the list of OSes which use the 'prefork'
     1 Patch to add Solaris to the list of OSes which use the 'prefork'
     2 version of mod-prefork.  This patch has not yet been submitted upstream.
     2 version of mod-prefork.  This patch has not yet been submitted upstream.
     3 
     3 
     4 --- puppetlabs-apache-1.4.0/manifests/mod/prefork.pp.orig	2015-06-03 13:52:13.784864270 -0600
     4 --- puppetlabs-apache-1.8.1/manifests/mod/prefork.pp.orig	2016-04-20 12:59:10.851657068 -0700
     5 +++ puppetlabs-apache-1.4.0/manifests/mod/prefork.pp	2015-06-03 13:54:14.441044752 -0600
     5 +++ puppetlabs-apache-1.8.1/manifests/mod/prefork.pp	2016-04-20 12:59:35.452404762 -0700
     6 @@ -60,7 +60,7 @@ class apache::mod::prefork (
     6 @@ -1,3 +1,7 @@
       
     7 +#######################################################################
       
     8 +# Oracle has modified the originally distributed contents of this file.
       
     9 +#######################################################################
       
    10 +
       
    11  class apache::mod::prefork (
       
    12    $startservers        = '8',
       
    13    $minspareservers     = '5',
       
    14 @@ -60,7 +64,7 @@
     7          }
    15          }
     8        }
    16        }
     9      }
    17      }
    10 -    'debian', 'freebsd', 'Suse' : {
    18 -    'debian', 'freebsd', 'Suse' : {
    11 +    'debian', 'freebsd', 'Suse', 'solaris' : {
    19 +    'debian', 'freebsd', 'Suse', 'solaris' : {