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 {