diff options
author | James Turnbull <james@lovedthanlost.net> | 2009-07-24 20:17:32 +1000 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2009-07-24 20:17:32 +1000 |
commit | f13f08dfbf659cba6317aac2d77096a8688fc3bd (patch) | |
tree | 1a6795d3cf25ffcac2c3b6dab625bc9f184d0764 /lib/puppet | |
parent | 7c859a7dd72eeddc6364708077862ca8ed40eee7 (diff) | |
download | puppet-f13f08dfbf659cba6317aac2d77096a8688fc3bd.tar.gz puppet-f13f08dfbf659cba6317aac2d77096a8688fc3bd.tar.xz puppet-f13f08dfbf659cba6317aac2d77096a8688fc3bd.zip |
Minor fix to URL for LDAP nodes documentation
Diffstat (limited to 'lib/puppet')
-rw-r--r-- | lib/puppet/defaults.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/defaults.rb b/lib/puppet/defaults.rb index 877e2b209..9444e1164 100644 --- a/lib/puppet/defaults.rb +++ b/lib/puppet/defaults.rb @@ -662,7 +662,7 @@ module Puppet setdefaults(:ldap, :ldapnodes => [false, "Whether to search for node configurations in LDAP. See - http://reductivelabs.com/puppet/trac/wiki/LdapNodes/ for more information."], + http://reductivelabs.com/trac/puppet/wiki/LDAPNodes for more information."], :ldapssl => [false, "Whether SSL should be used when searching for nodes. Defaults to false because SSL usually requires certificates |