Puppet Class: role::idp
- Defined in:
- modules/role/manifests/idp.pp
Overview
SPDX-License-Identifier: Apache-2.0
Class: role::idp
An identity provider using Apereo CAS
4 5 6 7 8 9 |
# File 'modules/role/manifests/idp.pp', line 4
class role::idp {
include profile::base::production
include profile::firewall
include profile::idp
include profile::java
}
|