summaryrefslogtreecommitdiffstats
path: root/lib/puppet/indirector/facts/facter.rb
Commit message (Expand)AuthorAgeFilesLines
* (#8489) Consistently use File::PATH_SEPARATORJosh Cooper2011-07-191-2/+2
* Code smell: Two space indentationMarkus Roberts2010-07-091-63/+63
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-1/+1
* Code smell: Use string interpolationMarkus Roberts2010-07-091-3/+3
* [#4180] Support legacy module structureJesse Wolfe2010-07-091-1/+3
* Fixed #4180 - Updated old module structure to match correct defaultJames Turnbull2010-07-091-1/+1
* Partial reversion of patch for #3088 to fix #3104 (Exception misreported)Markus Roberts2010-01-241-1/+1
* Fix for #3088 (catching Exception also traps SystemExit)Markus Roberts2010-01-241-0/+2
* Revised partial fix for #2661 and related issuesMarkus Roberts2009-10-271-1/+1
* Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ...James Turnbull2009-02-261-2/+2
* Merge branch '0.24.x'Luke Kanies2009-02-131-2/+6
|\
| * Fixing #1964 - Facts get loaded from pluginsLuke Kanies2009-02-121-2/+6
* | Refactoring how the Facter integration worksLuke Kanies2009-02-061-26/+25
* | Adding Puppet client facts to Facter facts.Luke Kanies2009-02-061-1/+10
|/
* Ensure that we consistently use either string #{} interpolation or String.%Daniel Pittman2008-08-011-2/+3
* Ported the rest of the indirection terminuses over toLuke Kanies2008-04-081-2/+2
* Found all instances of methods where split() is used withoutLuke Kanies2008-03-211-1/+2
* Copying the fact-loading code from the network client toLuke Kanies2007-12-111-0/+44
* Adding an Indirection reference, along with the workLuke Kanies2007-12-101-1/+1
* Reorganizing the file structure for indirection terminus types.Luke Kanies2007-10-151-0/+21