summaryrefslogtreecommitdiffstats
path: root/lib/puppet/configurer
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2.6.x' into 2.7.xNick Lewis2011-06-081-1/+6
|\
| * (#2128) Add support for setting node name based on a factNick Lewis2011-06-061-1/+6
| * (#2128) Add the ability to specify a node nameNick Lewis2011-06-061-1/+1
* | Merge branch '2.6.x' into nextMatt Robinson2011-03-182-1/+9
|\|
| * (#5073) Download plugins even if you're filtering on tagsMatt Robinson2011-03-152-1/+9
* | Merge branch '2.6.x' into nextNick Lewis2010-12-161-2/+0
|\|
| * maint: restore plugin handler safetyJesse Wolfe2010-12-131-1/+1
| * maint: broken test not failing due to over-eager exception catchingJesse Wolfe2010-12-101-3/+1
* | Maint: Refactor code to use <class>.indirection.<method>Paul Berry2010-11-291-1/+1
|/
* Code smell: Two space indentationMarkus Roberts2010-07-093-133/+133
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-2/+2
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-092-3/+3
* Code smell: Use string interpolationMarkus Roberts2010-07-093-4/+4
* Feature #2276 Single Executable: Update docstringsJesse Wolfe2010-02-171-1/+1
* Partial reversion of patch for #3088 to fix #3104 (Exception misreported)Markus Roberts2010-01-242-2/+2
* Fix for #3088 (catching Exception also traps SystemExit)Markus Roberts2010-01-242-0/+4
* Fixing 2855 Inadvertent zlib dependencyJesse Wolfe2009-12-161-3/+6
* Fix for #2661 and related issuesMarkus Roberts2009-11-131-3/+2
* Workaround #2668 - Compress facts so that the request size limit triggers les...Brice Figureau2009-10-251-2/+2
* Fix #2261 - Make sure query string parameters are properly escapedBrice Figureau2009-07-171-1/+1
* Not trying to load files that get removed in pluginsyncingLuke Kanies2009-05-261-0/+1
* Deprecating factsync - pluginsync should be used insteadLuke Kanies2009-05-201-0/+3
* Fixing #2221 - pluginsignore should work againLuke Kanies2009-05-151-1/+1
* Fixing #2149 - Facts are passed as part of the catalog requestLuke Kanies2009-04-221-4/+14
* Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ...James Turnbull2009-02-261-2/+2
* Fixing #1527 - Failing Facter does not hurt PuppetLuke Kanies2009-02-141-1/+6
* Using Puppet::Type.new instead of createLuke Kanies2009-02-141-1/+1
* Actualling syncing facts and pluginsLuke Kanies2009-02-142-2/+4
* Adding an Agent::Runner class.Luke Kanies2009-02-061-1/+1
* Splitting the Agent class into Agent and ConfigurerLuke Kanies2009-02-063-0/+152