From 527d69ee87071de7ef2c6b23dcd6620bd518415f Mon Sep 17 00:00:00 2001 From: tohe Date: Tue, 25 Aug 2020 22:55:31 +0200 Subject: [PATCH] Added missing puppet dependencies --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e9ceac9..39eff9d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# puppet-wmdeit_ldap +# puppet-wmdeit\_ldap A puppet module to configure our OpenLDAP servers @@ -6,18 +6,31 @@ To get it running: puppet module install camptocamp-openldap +For lsc + puppet module install puppetlabs-java + puppet module install puppetlabs-apt + puppet generate types + For LAM puppet module install puppetlabs-apache puppet module install puppet-php - Examples: class {"wmdeit_ldap": serverid => 17, simple_bind_tls => "0", log_level => 4, + + # password for cn=config + configdn => "nc=admin,nc=config", + configpw => "123", + + # database with rootdn and rootpw + database => "dc=wikimedia,dc=de", + rootdn => "cn=admin,dc=wikimedia,dc=de", + rootpw => "123", } class {"wmdeit_ldap::lam":