components/ruby/puppet-modules/puppetlabs-apache/patches/03-version.patch
changeset 4911 6590570733a1
child 5860 afd31ba91ee9
equal deleted inserted replaced
4910:395144914930 4911:6590570733a1
       
     1 Patch to add which version of Apache is supported.  This patch has not
       
     2 yet been submitted upstream.
       
     3 
       
     4 --- puppetlabs-apache-1.4.0/manifests/version.pp.orig	2015-06-03 13:37:11.442086477 -0600
       
     5 +++ puppetlabs-apache-1.4.0/manifests/version.pp	2015-06-03 13:37:33.305823825 -0600
       
     6 @@ -33,6 +33,9 @@ class apache::version {
       
     7      'Gentoo': {
       
     8        $default = '2.4'
       
     9      }
       
    10 +    'Solaris': {
       
    11 +      $default = '2.4'
       
    12 +    }
       
    13      default: {
       
    14        fail("Class['apache::version']: Unsupported osfamily: ${::osfamily}")
       
    15      }