From 232965c6628f9eebae84222b5d5664537df52589 Mon Sep 17 00:00:00 2001 From: Jim Stallings <“jestallin@gmail.com”> Date: Tue, 22 Jul 2014 20:54:54 -0400 Subject: [PATCH] Add authn_core mod to ubuntu trusty defaults --- manifests/default_mods.pp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifests/default_mods.pp b/manifests/default_mods.pp index f665d7383..03696f3d7 100644 --- a/manifests/default_mods.pp +++ b/manifests/default_mods.pp @@ -24,6 +24,9 @@ case $::osfamily { 'debian': { include ::apache::mod::reqtimeout + if versioncmp($apache_version, '2.4') >= 0 { + ::apache::mod { 'authn_core': } + } } 'redhat': { include ::apache::mod::actions