Puppet Class: apache::mod::auth_openidc
- Inherits:
- ::apache::params
- Defined in:
- manifests/mod/auth_openidc.pp
Summary
Installs and configures `mod_auth_openidc`.Overview
6 7 8 9 10 11 12 13 |
# File 'manifests/mod/auth_openidc.pp', line 6
class apache::mod::auth_openidc (
) inherits ::apache::params {
include ::apache
include ::apache::mod::authz_user
apache::mod { 'auth_openidc': }
}
|