Skip to content

Commit 232965c

Browse files
author
Jim Stallings
committed
Add authn_core mod to ubuntu trusty defaults
1 parent b0ea1ed commit 232965c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

manifests/default_mods.pp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
case $::osfamily {
2525
'debian': {
2626
include ::apache::mod::reqtimeout
27+
if versioncmp($apache_version, '2.4') >= 0 {
28+
::apache::mod { 'authn_core': }
29+
}
2730
}
2831
'redhat': {
2932
include ::apache::mod::actions

0 commit comments

Comments
 (0)