diff options
Diffstat (limited to 'lib/puppet/configuration.rb')
-rw-r--r-- | lib/puppet/configuration.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/puppet/configuration.rb b/lib/puppet/configuration.rb index 5782adc82..2828559b8 100644 --- a/lib/puppet/configuration.rb +++ b/lib/puppet/configuration.rb @@ -550,7 +550,8 @@ module Puppet setdefaults(:ldap, :ldapnodes => [false, - "Whether to search for node configurations in LDAP."], + "Whether to search for node configurations in LDAP. See + `LdapNodes`:trac: for more information."], :ldapssl => [false, "Whether SSL should be used when searching for nodes. Defaults to false because SSL usually requires certificates |