Skip to content

tdemaret/puppet-lemonldap-ng

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Puppet LemonLDAP::NG module

Table of Contents

  1. Overview
  2. Module Description
  3. Setup

Overview

This is the puppet LemonLDAP::NG module. It can be used to install LemonLDAP::NG on a server.

Module Description

Installation can be done for RedHat or Debian, and Apache or Nginx.

Default SSO domain can also be configured.

Setup

Call lemonldap::server class to install LemonLDAP::NG on a node:

    class { 'puppet-lemonldap-ng::server':
        domain    => 'example.com',
        webserver => 'apache',
    }

About

Puppet module for LemonLDAP::NG

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Puppet 85.7%
  • Ruby 14.3%