Skip to content

Commit 353fa4f

Browse files
authored
Merge pull request puppetlabs#1568 from sathieu/auth_kerb_authn_core
apache::mod::auth_kerb requires apache::mod::authn_core (on >=2.4)
2 parents 4589467 + b910c23 commit 353fa4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manifests/mod/auth_kerb.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
class apache::mod::auth_kerb {
22
include ::apache
3+
include ::apache::mod::authn_core
34
::apache::mod { 'auth_kerb': }
45
}
56

0 commit comments

Comments
 (0)