summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [#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-09496-47547/+47547
* 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-09211-499/+499
* Code smell: Booleans are first class values.Markus Roberts2010-07-0958-353/+85
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-09237-2080/+706
* Code smell: Use string interpolationMarkus Roberts2010-07-09265-1056/+1055
* 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-09223-3651/+3754
* 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
* [#4198] Require 'fileutils' everywhere FileUtils is usedJesse Wolfe2010-07-095-0/+5
* [#4196] Move the docs into the source directory structureJesse Wolfe2010-07-0911-2/+914
* Fix for #4178 - generalize autoloading to include .rbLuke Kanies2010-07-094-30/+13
* [#3582] Remove assumption that Puppet.settings would return values of a consi...Jesse Wolfe2010-07-091-8/+8
* [#4180] Support legacy module structureJesse Wolfe2010-07-091-1/+3
* Update RDoc parser to reflect change of custom plugin and fact locationsJames Turnbull2010-07-091-1/+1
* Fixed #4180 - Updated old module structure to match correct defaultJames Turnbull2010-07-091-1/+1
* [#2730] mount ensure present shouldn't unmountJesse Wolfe2010-07-091-6/+21
* Fixed subscribe exampleJames Turnbull2010-07-091-1/+1
* Redmine: 2474 - Fix for mount fstype documentationSteven Jenkins2010-07-091-1/+1
* Fix for #4137 -- Oracle needs text for strings > 255Markus Roberts2010-07-081-1/+1
* Fix for #2807 Puppet settings available as variablesMarkus Roberts2010-07-071-1/+21
* [#4161] RDoc fails to parse some of our ruby syntaxJesse Wolfe2010-07-072-0/+12
* [#3169] Adds more debugging to SSL cert verificationNick Lewis2010-07-071-0/+14
* Fix for #4167 -- overriding file permissions in conf fileMarkus Roberts2010-07-072-1/+2
* saving work for my unit tests. The redhat one still fails...Dan Bode2010-07-071-1/+1
* [4123] - allows self.instances to correctly report state of services.Dan Bode2010-07-072-2/+3
* created init provider method self.get_services which accepts an array of file...Dan Bode2010-07-072-3/+11
* [#4114] Fix failures in the unit testsMatt Robinson2010-07-071-7/+2