summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | [#4397]+[#4344] Move type-name resolution out of Puppet::Resource into the AS...Jesse Wolfe2010-08-0317-185/+137
| | * | [#4344] Temporary fix to stop agent from importing modulesNick Lewis2010-08-031-0/+4
| | * | [#4344] Fix for failing templates when module name matches file in local dir.Paul Berry2010-08-035-13/+13
| | * | [#4336] "reportdir" was in the wrong sectionJesse Wolfe2010-08-031-10/+10
| | * | Fixed #4311 - Typo in defaults.rbJames Turnbull2010-08-031-1/+1
| | * | Fix #4461 - attempt to fix another performance issueBrice Figureau2010-08-033-5/+22
| | * | Fix for #4300 Solaris svc files need new pid filenamesmarkus2010-08-032-2/+2
| | * | [#4284] Fix failing specs run as root due to missing puppet groupNick Lewis2010-08-0311-0/+11
| | * | [#4242] Fixed (removed) a broken unit testNick Lewis2010-08-031-22/+0
| | * | Removed eventual documentation line ... eventually cameJames Turnbull2010-07-301-2/+0
| | |/
| | * Fixed #4368 - Updated clean stored configs ext script for new config sectionsJames Turnbull2010-07-281-3/+3
| | * Updated version to 2.6.1James Turnbull2010-07-271-1/+1
* | | Merge branch 'next'Jesse Wolfe2010-07-2742-157/+903
|\| |
| * | Merge commit '2.6.1rc1' into nextJesse Wolfe2010-07-2746-161/+909
| |\|
| | * Updated CHANGELOG for 2.6.1rc1James Turnbull2010-07-271-0/+33
| | * Update Red Hat spec file for 2.6.0Todd Zullinger2010-07-251-2/+8
| | * Feature: puppet-load - a tool to stress-test master compilationBrice Figureau2010-07-251-0/+357
| | * Fix #4245 - default insertion of ACL is not thread safeBrice Figureau2010-07-251-3/+6
| | * Fix race condition in rack autoloading of request/responseBrice Figureau2010-07-251-0/+3
| | * 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-252-0/+9
| | * Fix #4348 - Puppet doc single manifest brokenBrice Figureau2010-07-252-1/+14
| | * extlookup() is a builtinJesse Wolfe2010-07-252-16/+93
| | * [#4333] old optparse doesn't support default_argv=Jesse Wolfe2010-07-252-14/+3
| | * Fixed #4326 - Updated SUSE packagingJames Turnbull2010-07-258-73/+186
| | * Fix #4319 - source file url sent to the master is invalidBrice Figureau2010-07-252-2/+2
| | * vim: highlight default parameters in definition/classesMarc Fournier2010-07-251-1/+1
| | * vim: match collected resources.Marc Fournier2010-07-251-0/+1
| | * vim: added elsifMarc Fournier2010-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-252-5/+7
| | * 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-253-8/+52
| | * 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-252-6/+8
| | * Fixed yumrepo type deprecation wanringJames Turnbull2010-07-251-1/+1
| | * Temporary tweak to tests for #4242Markus Roberts2010-07-251-0/+5
| | * [#4242] Fixed recursion due to parents including their childrenNick Lewis2010-07-252-2/+51
| | * Fix for #3382 -- Empty classes as graph placeholdersMarkus Roberts2010-07-243-7/+23
| |/ |/|
* | Fixed example config.ruJames Turnbull2010-07-211-3/+2
* | Fixed network and indirection referenceJames Turnbull2010-07-202-0/+3
* | Fixed Indirection referenceJames Turnbull2010-07-201-1/+1
| * Merge commit 'tags/2.6.0' into nextJesse Wolfe2010-07-2016-125/+202
| |\ | |/ |/|
* | Updated CHANGELOG for 2.6.0James Turnbull2010-07-201-0/+11
* | Fixing #4268 - manifests always importedLuke Kanies2010-07-194-38/+26
* | [#4269] Undef variables interpolate to empty stringNick Lewis2010-07-192-1/+32
* | [#4270] Force inherited classes to load into the correct environmentJesse Wolfe2010-07-196-13/+43
* | [#4287] Fix the undefined evaluate_match error when comparing functionsMatt Robinson2010-07-194-71/+84