From f13f08dfbf659cba6317aac2d77096a8688fc3bd Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Fri, 24 Jul 2009 20:17:32 +1000 Subject: Minor fix to URL for LDAP nodes documentation --- lib/puppet/defaults.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 -- cgit