diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-06-26 22:16:11 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-06-26 22:16:11 +0000 |
commit | a627f467f0455281ce7fbe4690b7b408fbe80f82 (patch) | |
tree | fd2e7e57b92e882a2f5ca052b25aaea1ce167cb8 /lib/puppet/configuration.rb | |
parent | 0f4de4fbe63d40e4f01ffc32455289cbbaba9856 (diff) | |
download | puppet-a627f467f0455281ce7fbe4690b7b408fbe80f82.tar.gz puppet-a627f467f0455281ce7fbe4690b7b408fbe80f82.tar.xz puppet-a627f467f0455281ce7fbe4690b7b408fbe80f82.zip |
Adding a reference to the LDAPNodes wiki page in the ldapnodes config item
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2645 980ebf18-57e1-0310-9a29-db15c13687c0
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 |