Skip to content

Commit

Permalink
Merge pull request #800 from jestallin/bug-1142
Browse files Browse the repository at this point in the history
Add authn_core mod to ubuntu trusty defaults
  • Loading branch information
igalic committed Jul 23, 2014
2 parents b0ea1ed + 232965c commit 623b672
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manifests/default_mods.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 623b672

Please sign in to comment.