MiamiOH-shibboleth_idp

Puppet Module to manage a Shibboleth IdP


Keywords
shibboleth, shib, idp
License
CNRI-Python-GPL-Compatible
Install
puppet module install MiamiOH-shibboleth_idp --version 1.4.3

Documentation

Shibboleth IdP

Table of Contents

  1. Overview
  2. Module Description - What the module does and why it is useful
  3. Setup - The basics of getting started with Shibboleth IdP
  4. Usage - Configuration options and additional functionality
  5. Reference - An under-the-hood peek at what the module is doing and how
  6. Limitations - OS compatibility, etc.
  7. Development - Guide for contributing to the module
  8. Contributors

Overview

Puppet Module to manage a Shibboleth IdP

Module Description

The ...

Setup

What the IdP affects

  • ...

Setup Requirements

only need to install the module

Beginning with the IdP

Minimal setup:

class { 'shibboleth_idp': }

Usage

Customize the IdP options

class { 'shibboleth_idp':
  option1   => 'value',
}

Configure with hiera yaml

include shibboleth_idp
---
shibboleth_idp::option1: 'value'

Reference

Classes

  • shibboleth_idp

Limitations

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 :)..

Development

Pull Requests welcome

Contributors

Dirk Tepe (tepeds)