summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
* Fix #4244 - Cached Attributes is not thread safeBrice Figureau2010-07-251-10/+15
* JRuby doesn't implement Process.maxgroupsBrice Figureau2010-07-251-1/+4
* Fix #4349 - Parsing with ignoreimport=true was always loading site.ppMarkus Roberts2010-07-251-0/+1
* Fix #4348 - Puppet doc single manifest brokenBrice Figureau2010-07-251-1/+1
* extlookup() is a builtinJesse Wolfe2010-07-251-0/+173
* [#4333] old optparse doesn't support default_argv=Jesse Wolfe2010-07-251-2/+1
* Fix #4319 - source file url sent to the master is invalidBrice Figureau2010-07-251-1/+1
* Fix for 4314 -- Need to allow '-' in class name for refsMarkus Roberts2010-07-251-1/+1
* Fixed #4304 - Changed logging level for auto import messageJames Turnbull2010-07-251-1/+1
* Fix for #4303 -- reverting to old escaping in '-stringsMarkus Roberts2010-07-251-5/+4
* Tweak to fix for #4302--dangling ref to known_resource_typesMarkus Roberts2010-07-251-6/+5
* Fix #4302 - Compilation speed regression compared to 2.6Brice Figureau2010-07-252-5/+20
* Minimal fix for #4297, with notes for follow-upMarkus Roberts2010-07-251-1/+18
* Fix #4286 - rename puppetdoc global module <site> to __site__Brice Figureau2010-07-251-3/+5
* Fixed yumrepo type deprecation wanringJames Turnbull2010-07-251-1/+1
* [#4242] Fixed recursion due to parents including their childrenNick Lewis2010-07-251-2/+1
* Fix for #3382 -- Empty classes as graph placeholdersMarkus Roberts2010-07-242-5/+11
* Fixed network and indirection referenceJames Turnbull2010-07-202-0/+3
* Fixed Indirection referenceJames Turnbull2010-07-201-1/+1
* 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