summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Updated CHANGELOG for 2.6.0RC4James Turnbull2010-07-191-0/+18
* [#4233] Ruby regexps are not multiline by default, but Resource titles can be...Jesse Wolfe2010-07-186-3/+47
* Fix for #4234 -- ruby DSL fails on second resourceMarkus Roberts2010-07-181-1/+1
* Fix for #4236 -- Only interpolate $ if followed by a variableMarkus Roberts2010-07-182-8/+16
* Fix #4238 - if should match undef as ''Brice Figureau2010-07-184-32/+79
* Minimal fix for #4243 -- import isn't thread safeMarkus Roberts2010-07-183-29/+27
* [#4247] storeconfigs was calling Puppet::Parser::Resource.new with the wrong ...Jesse Wolfe2010-07-184-3/+28
* [#4256] External nodes parameters can now be assigned to nodesMatt Robinson2010-07-182-6/+7
* Fix for #4257 -- problems resolving ::-prefixed classesMarkus Roberts2010-07-181-5/+1
* Fix #4262 - Puppetmaster used to log compilation timeBrice Figureau2010-07-182-2/+12
* Fix for #4255 -- misleading diagnostic messageMarkus Roberts2010-07-181-2/+0
* Partial fix for #4278 -- the performance aspectsMarkus Roberts2010-07-185-34/+10
* Fixed #4249 - Updated SUSE packaging specificationsJames Turnbull2010-07-163-20/+26
* New man pages for 2.6.0James Turnbull2010-07-1511-316/+373
* Fixes errant Trac references in documentationJames Turnbull2010-07-1520-20/+20
* Updated CHANGELOG for 2.6.0rc3James Turnbull2010-07-141-0/+12
* [#4219] Install misses command_line dir, puppet $app --help failsTodd Zullinger2010-07-131-1/+1
* conf/redhat: Consistently pass pidfile option to daemon, killproc, and statusTodd Zullinger2010-07-132-11/+20
* conf/redhat: Update conf/init files for single binaryTodd Zullinger2010-07-133-3/+3
* conf/redhat: Rebase rundir-perms patchTodd Zullinger2010-07-131-13/+13
* [#4213] -o option for setting onetime now works properlyNick Lewis2010-07-133-44/+26
* [#3656] Serializing arrays of referencesJesse Wolfe2010-07-132-5/+19
* [#4215] Have rundir depend on vardirMatt Robinson2010-07-132-9/+60
* Fix for #4220 -- modules not implicitly loading their init filesMarkus Roberts2010-07-131-1/+1
* Updated CHANGELOG for 2.6.0rc2James Turnbull2010-07-121-0/+10
* [#4209] catalog.resources should return resourcesJesse Wolfe2010-07-111-0/+4
* Fix for #4210 -- missing require in CAMarkus Roberts2010-07-111-1/+1
* Minimal fix for #4205 -- incorrect Import loop messagesMarkus Roberts2010-07-111-2/+4
* Fix #4206 - import "path/*" tries to import files twiceBrice Figureau2010-07-112-1/+7
* Alt fix for #4207 -- serialize environments as their namesMarkus Roberts2010-07-111-0/+7
* [#4208] Missing parameter breaks multithread compilationJesse Wolfe2010-07-101-3/+3
* Updated CHANGELOG for 2.6.0rc1James Turnbull2010-07-101-0/+622
* Code smell: Two space indentationMarkus Roberts2010-07-091014-111266/+111266
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-09229-713/+713
* Code smell: Don't restate results directly after assignmentMarkus Roberts2010-07-0929-33/+0
* Code smell: Use &&= for dependent initializationMarkus Roberts2010-07-094-6/+6
* Code smell: Use ||= for conditional initializationMarkus Roberts2010-07-0943-55/+55
* Code smell: Omit needless checks on definedMarkus Roberts2010-07-0935-55/+55
* Code smell: Avoid unneeded blocksMarkus Roberts2010-07-0935-135/+45
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-09256-583/+583
* Code smell: Booleans are first class values.Markus Roberts2010-07-0965-388/+92
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-09279-2298/+782
* Code smell: Use string interpolationMarkus Roberts2010-07-09373-1586/+1575
* Code smell: English names for special globals rather than line-noiseMarkus Roberts2010-07-0939-78/+78
* Code smell: Use {} for % notation delimiters wherever practicalMarkus Roberts2010-07-0913-47/+47
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-09385-5642/+6801
* Code smell: Miscellaneous oddity removalMarkus Roberts2010-07-092-2/+2
* Code smell: Win32 --> MS_windowsMarkus Roberts2010-07-0913-32/+32
* Updated GPG rake signing task for new Puppet Labs keyJames Turnbull2010-07-091-3/+3
* [#4182] show_diff was broken for streamed file contentsJesse Wolfe2010-07-092-3/+20