Puppet Class: apache::mod::auth_kerb

Defined in:
manifests/mod/auth_kerb.pp

Summary

Installs `mod_auth_kerb`

Overview



5
6
7
8
9
# File 'manifests/mod/auth_kerb.pp', line 5

class apache::mod::auth_kerb {
  include apache
  include apache::mod::authn_core
  ::apache::mod { 'auth_kerb': }
}