Puppet Class: apache::mod::auth_kerb

Defined in:
manifests/mod/auth_kerb.pp

Overview



1
2
3
4
# File 'manifests/mod/auth_kerb.pp', line 1

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