components/ruby/puppet-modules/puppetlabs-apache/patches/08-default-mods.patch
branchs11u3-sru
changeset 6035 c9748fcc32de
child 5860 afd31ba91ee9
equal deleted inserted replaced
6016:a477397bba8b 6035:c9748fcc32de
       
     1 Patch to add a list of default Apache mods for Solaris.  This patch
       
     2 has not yet been submitted upstream.
       
     3 
       
     4 --- puppetlabs-apache-1.4.0/manifests/default_mods.pp.orig	2015-06-08 14:01:18.373054664 -0600
       
     5 +++ puppetlabs-apache-1.4.0/manifests/default_mods.pp	2015-06-08 14:01:47.911393573 -0600
       
     6 @@ -22,6 +22,10 @@ class apache::default_mods (
       
     7        ::apache::mod { 'log_config': }
       
     8        ::apache::mod { 'unixd': }
       
     9      }
       
    10 +    'solaris': {
       
    11 +      ::apache::mod { 'log_config': }
       
    12 +      ::apache::mod { 'unixd': }
       
    13 +    }
       
    14      default: {}
       
    15    }
       
    16    case $::osfamily {