From 55412bead1a9d61a0c64ec4b6e6668719881d821 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=E4kinen?= Date: Wed, 16 Sep 2009 12:59:41 +0300 Subject: [PATCH] Added documentation for ldap::client. --- ldap/manifests/init.pp | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/ldap/manifests/init.pp b/ldap/manifests/init.pp index ae287c9..af10490 100644 --- a/ldap/manifests/init.pp +++ b/ldap/manifests/init.pp @@ -1,5 +1,14 @@ - +# Install and configure ldap client +# +# === Global variables +# +# $ldap_server: +# Array containing LDAP server URI's. +# +# $ldap_basedn: +# LDAP base DN. +# class ldap::client { package { "openldap-client":