Skip to content

Commit

Permalink
Merge pull request #1022 from mhaskel/missing_mod_filter
Browse files Browse the repository at this point in the history
Lost this in PR996
  • Loading branch information
jonnytdevops committed Feb 13, 2015
2 parents 0339ff3 + 2990db0 commit d4aa110
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 @@ -126,6 +126,9 @@
::apache::mod { 'authn_file': }

if versioncmp($apache_version, '2.4') >= 0 {
# filter is needed by mod_deflate
include ::apache::mod::filter

# authz_core is needed for 'Require' directive
::apache::mod { 'authz_core':
id => 'authz_core_module',
Expand Down

0 comments on commit d4aa110

Please sign in to comment.