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