Skip to content

Commit

Permalink
allow some include apache::mod:: statements needed for basic_auth. Th…
Browse files Browse the repository at this point in the history
…e modules could not be inclued if you set default_mods => false.
  • Loading branch information
Jochen Haeberle authored and Morgan Haskel committed Feb 26, 2015
1 parent 8b993ba commit c6568bc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manifests/mod/authn_file.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
class apache::mod::authn_file {
::apache::mod { 'authn_file': }
}
3 changes: 3 additions & 0 deletions manifests/mod/authz_default.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
class apache::mod::authz_default {
::apache::mod { 'authz_default': }
}
3 changes: 3 additions & 0 deletions manifests/mod/authz_user.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
class apache::mod::authz_user {
::apache::mod { 'authz_user': }
}

0 comments on commit c6568bc

Please sign in to comment.