This is the puppet LemonLDAP::NG module. It can be used to install LemonLDAP::NG on a server.
Installation can be done on RedHat and Debian systems, alongside Apache or Nginx.
Default SSO domain can also be configured.
Call lemonldap::server class to install LemonLDAP::NG on a node:
class { 'lemonldap::server':
do_soap => true,
domain => 'example.com',
webserver => 'apache';
}