summaryrefslogtreecommitdiffstats
path: root/lib/puppet/indirector/node
Commit message (Expand)AuthorAgeFilesLines
* Fixed terminus example documentationJames Turnbull2010-08-292-4/+4
* Further RST to Markdown fixes for types, values, testsJames Turnbull2010-08-121-1/+1
* Fix for #4465 -- earlier "feature" patch broke ldapMarkus Roberts2010-08-041-52/+8
* Code smell: Two space indentationMarkus Roberts2010-07-097-313/+313
* 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 unneeded blocksMarkus Roberts2010-07-091-3/+1
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-092-5/+5
* 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-092-9/+3
* Code smell: Use string interpolationMarkus Roberts2010-07-092-5/+5
* 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
* Fixing fact-missing problem when puppet.conf is reparsedLuke Kanies2009-08-181-0/+6
* Removed extra whitespace from end of linesIan Taylor2009-06-061-1/+1
* Adding ActiveRecord terminus classes for Node and Facts.Luke Kanies2009-04-221-0/+7
* 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
* Revert "Fixed #1201 - all external node attributes are converted to strings."Luke Kanies2008-07-181-7/+0
* 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
* Merge branch 'tickets/0.24.x/1201' of git://github.com/lak/puppet into 0.24.xJames Turnbull2008-06-161-0/+7
|\
| * Fixed #1201 - all external node attributes are converted to strings.Luke Kanies2008-06-151-0/+7
* | 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
* fixing Puppet::Node::REST class name to work with autoloader inflection (Pupp...Rick Bradley2008-04-111-1/+1
* Ported the rest of the indirection terminuses over toLuke Kanies2008-04-083-23/+8
* Found all instances of methods where split() is used withoutLuke Kanies2008-03-211-1/+2
* Fixed #1147: Cached nodes are correctly considered out ofLuke Kanies2008-03-201-0/+7
* Modified the ldap node terminus to also use the facts versionLuke Kanies2008-03-161-0/+4
* Caching node information in yaml (I figured caching in memory willLuke Kanies2008-03-161-0/+7
* Fixing the rest of #1113: External node commands can specifyLuke Kanies2008-03-061-1/+1
* Partially fixing #1113: LDAP nodes now support environments,Luke Kanies2008-03-061-0/+5
* Renaming the 'null' terminus type to 'plain', asLuke Kanies2007-12-112-18/+19
* Adding an Indirection reference, along with the workLuke Kanies2007-12-106-6/+13
* Reorganizing the file structure for indirection terminus types.Luke Kanies2007-10-156-0/+207
* All indirections are working, and they have allLuke Kanies2007-09-223-243/+0
* Fixing all existing spec tests so that they nowLuke Kanies2007-09-203-3/+3
* Another intermediate commit. The node and fact classes are now functional an...Luke Kanies2007-09-123-29/+61
* The Node handler is now obsolete. Node searching is handled through the indi...Luke Kanies2007-09-113-9/+21
* Doing an intermediate commit so rick can look at the work I have done so far.Luke Kanies2007-09-113-0/+199