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