components/ruby/puppet-modules/puppetlabs-apache/patches/08-default-mods.patch
author Rich Burridge <rich.burridge@oracle.com>
Tue, 02 May 2017 17:33:26 -0700
changeset 7964 d9801318ed3d
parent 5860 afd31ba91ee9
permissions -rw-r--r--
25981468 Build ilmbase and openexr with the GNU compilers

Patch to add a list of default Apache mods for Solaris.  This patch
has not yet been submitted upstream.

--- puppetlabs-apache-1.8.1/manifests/default_mods.pp.orig	2016-02-09 08:50:27.000000000 -0800
+++ puppetlabs-apache-1.8.1/manifests/default_mods.pp	2016-04-20 13:02:24.204613923 -0700
@@ -1,3 +1,7 @@
+#######################################################################
+# Oracle has modified the originally distributed contents of this file.
+#######################################################################
+
 class apache::default_mods (
   $all            = true,
   $mods           = undef,
@@ -28,6 +32,10 @@
     'Suse': {
       ::apache::mod { 'log_config': }
     }
+    'solaris': {
+      ::apache::mod { 'log_config': }
+      ::apache::mod { 'unixd': }
+    }
     default: {}
   }
   case $::osfamily {