Added documentation for ldap::client.
This commit is contained in:
parent
082b88cc0d
commit
55412bead1
1 changed files with 10 additions and 1 deletions
|
@ -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":
|
||||
|
|
Loading…
Add table
Reference in a new issue