Skip to content

Commit

Permalink
Lost this in PR996
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Haskel committed Feb 13, 2015
1 parent 0339ff3 commit 2990db0
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 2990db0

Please sign in to comment.