summaryrefslogtreecommitdiffstats
path: root/lib/puppet/indirector/node/ldap.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed terminus example documentationJames Turnbull2010-08-291-3/+3
* Fix for #4465 -- earlier "feature" patch broke ldapMarkus Roberts2010-08-041-52/+8
* Code smell: Two space indentationMarkus Roberts2010-07-091-246/+246
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-1/+1
* Code smell: Don't restate results directly after assignmentMarkus Roberts2010-07-091-1/+0
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-3/+3
* Code smell: Booleans are first class values.Markus Roberts2010-07-091-2/+1
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-6/+2
* Code smell: Use string interpolationMarkus Roberts2010-07-091-4/+4
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-29/+29
* [#3409] fix test failures from ldap environment patchJesse Wolfe2010-02-171-1/+1
* [#3409] environment is not checked when nodes are in ldapJesse Wolfe2010-02-171-11/+51
* Fix for #2765 (--no-fqdn regression in puppetrun)Markus Roberts2009-12-201-3/+6
* Possible workaround for #2824 (MRI GC bug)Markus Roberts2009-11-191-1/+1
* Removed extra whitespace from end of linesIan Taylor2009-06-061-1/+1
* Fixing #1991 - ldap booleans get converted to booleansLuke Kanies2009-03-051-0/+25
* Refactored a method: extracted about five other methodsLuke Kanies2009-03-051-39/+50
* Fixing the ldap node terminus to merge facts with the right name.Luke Kanies2008-07-021-11/+4
* Fixing the Node::Ldap.search method to use an indirection request.Luke Kanies2008-07-011-2/+2
* Added a 'search' method to the ldap node terminus.Luke Kanies2008-07-011-52/+100
* The LDAP Node terminus now searches for the fqdn, short name, and default.Luke Kanies2008-06-151-9/+25
* Refactoring the 'find' method a bit in the LDAP Node terminus.Luke Kanies2008-06-151-45/+57
* Added the ability to add arbitrary attributes to ldap.Gunnar Wrobel2008-05-151-0/+29
* Ported the rest of the indirection terminuses over toLuke Kanies2008-04-081-5/+4
* Found all instances of methods where split() is used withoutLuke Kanies2008-03-211-1/+2
* Modified the ldap node terminus to also use the facts versionLuke Kanies2008-03-161-0/+4
* Partially fixing #1113: LDAP nodes now support environments,Luke Kanies2008-03-061-0/+5
* Adding an Indirection reference, along with the workLuke Kanies2007-12-101-1/+2
* Reorganizing the file structure for indirection terminus types.Luke Kanies2007-10-151-0/+119
* All indirections are working, and they have allLuke Kanies2007-09-221-140/+0
* Fixing all existing spec tests so that they nowLuke Kanies2007-09-201-1/+1
* Another intermediate commit. The node and fact classes are now functional an...Luke Kanies2007-09-121-4/+2
* The Node handler is now obsolete. Node searching is handled through the indi...Luke Kanies2007-09-111-4/+8
* Doing an intermediate commit so rick can look at the work I have done so far.Luke Kanies2007-09-111-0/+138