summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
* Fixing #4268 - manifests always importedLuke Kanies2010-07-192-15/+10
* [#4269] Undef variables interpolate to empty stringNick Lewis2010-07-191-1/+1
* [#4270] Force inherited classes to load into the correct environmentJesse Wolfe2010-07-194-8/+17
* [#4287] Fix the undefined evaluate_match error when comparing functionsMatt Robinson2010-07-192-14/+14
* Tweak to tweak to fix for #4233 -- ":" is valid in type namesMarkus Roberts2010-07-191-1/+1
* Bandaid for #4285 -- :name vs <namevar>Markus Roberts2010-07-191-1/+5
* Tweak to fix for #4233 -- only accept word chars in typesMarkus Roberts2010-07-191-1/+1
* [#4233] Ruby regexps are not multiline by default, but Resource titles can be...Jesse Wolfe2010-07-183-3/+3
* 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-181-7/+9
* Fix #4238 - if should match undef as ''Brice Figureau2010-07-182-8/+10
* Minimal fix for #4243 -- import isn't thread safeMarkus Roberts2010-07-182-16/+14
* [#4247] storeconfigs was calling Puppet::Parser::Resource.new with the wrong ...Jesse Wolfe2010-07-182-3/+6
* [#4256] External nodes parameters can now be assigned to nodesMatt Robinson2010-07-181-2/+2
* Fix for #4257 -- problems resolving ::-prefixed classesMarkus Roberts2010-07-181-5/+1
* Fix #4262 - Puppetmaster used to log compilation timeBrice Figureau2010-07-181-2/+2
* Fix for #4255 -- misleading diagnostic messageMarkus Roberts2010-07-181-2/+0
* Partial fix for #4278 -- the performance aspectsMarkus Roberts2010-07-184-33/+9
* Fixes errant Trac references in documentationJames Turnbull2010-07-1510-10/+10
* [#4213] -o option for setting onetime now works properlyNick Lewis2010-07-132-16/+14
* [#3656] Serializing arrays of referencesJesse Wolfe2010-07-131-5/+12
* [#4215] Have rundir depend on vardirMatt Robinson2010-07-131-9/+9
* Fix for #4220 -- modules not implicitly loading their init filesMarkus Roberts2010-07-131-1/+1
* [#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-111-1/+1
* 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
* Code smell: Two space indentationMarkus Roberts2010-07-09495-47439/+47439
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-09108-219/+219
* Code smell: Don't restate results directly after assignmentMarkus Roberts2010-07-0926-29/+0
* Code smell: Use &&= for dependent initializationMarkus Roberts2010-07-094-6/+6
* Code smell: Use ||= for conditional initializationMarkus Roberts2010-07-0941-51/+51
* Code smell: Omit needless checks on definedMarkus Roberts2010-07-0932-52/+52
* Code smell: Avoid unneeded blocksMarkus Roberts2010-07-0931-123/+41
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-09210-498/+498
* Code smell: Booleans are first class values.Markus Roberts2010-07-0957-348/+84
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-09237-2080/+706
* Code smell: Use string interpolationMarkus Roberts2010-07-09264-1054/+1053
* Code smell: English names for special globals rather than line-noiseMarkus Roberts2010-07-0920-39/+39
* Code smell: Use {} for % notation delimiters wherever practicalMarkus Roberts2010-07-094-5/+5
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-09222-3649/+3753
* Code smell: Miscellaneous oddity removalMarkus Roberts2010-07-092-2/+2
* Code smell: Win32 --> MS_windowsMarkus Roberts2010-07-099-15/+15
* [#4182] show_diff was broken for streamed file contentsJesse Wolfe2010-07-091-1/+17
* Fix for #4117 "Storing newly-audited value" messagesMarkus Roberts2010-07-091-1/+1
* Manifests with variables were broken when read from STDIN to puppet applyJesse Wolfe2010-07-091-0/+5
* Use the name in the search path for looking for metadataBryan Kearney2010-07-091-0/+1
* maint:rename resource_type to define in internal dslMarkus Roberts2010-07-091-1/+1