- Overview
- Module Description - What the module does and why it is useful
- Setup - The basics of getting started with Shibboleth IdP
- Usage - Configuration options and additional functionality
- Reference - An under-the-hood peek at what the module is doing and how
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
- Contributors
Puppet Module to manage a Shibboleth IdP
The ...
- ...
only need to install the module
Minimal setup:
class { 'shibboleth_idp': }
class { 'shibboleth_idp':
option1 => 'value',
}
include shibboleth_idp
---
shibboleth_idp::option1: 'value'
- shibboleth_idp
This module has been built on and tested against Puppet 3.8.x and higher.
If using puppet 3.8, you must enable the future parser.
While I am sure other versions work, I have not tested them.
This module supports modern RedHat only systems.
This module has been tested on CentOS 7.x only.
No plans to support other versions (unless you add it :)..
Pull Requests welcome
Dirk Tepe (tepeds)