summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
* [#4404] Remove requirement for source on Parser::Resource::ParamNick Lewis2010-08-041-1/+1
* Fix #4458 - Do not dump the whole environment when instances can't be foundBrice Figureau2010-08-041-1/+1
* Fix for #4465 -- earlier "feature" patch broke ldapMarkus Roberts2010-08-041-52/+8
* [#4467] Make Puppet Master respect facts_terminus settingsRein Henrichs2010-08-042-4/+1
* added md5 support as requested in http://serverfault.com/questions/166199/pup...Alice Kærast2010-08-031-0/+5
* [#4381] extlookup shouldn't trigger reparses of .pp filesJesse Wolfe2010-08-031-3/+0
* [#4370] Fixes extlookup precedence getting overwritten between runsMatt Robinson2010-08-033-12/+7
* Fixed #4364 - Reduced audit msg from info to debugJames Turnbull2010-08-031-1/+1
* [#4347] run_mode was colliding with --mode for "puppet doc"Jesse Wolfe2010-08-032-2/+2
* [#4423] repair parameterized class instantiationJesse Wolfe2010-08-033-17/+25
* [#4423] class { shouldn't get stored on the namespace stackJesse Wolfe2010-08-031-1/+1
* [#4397]+[#4344] Move type-name resolution out of Puppet::Resource into the AS...Jesse Wolfe2010-08-036-130/+57
* [#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-031-1/+1
* [#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
* Removed eventual documentation line ... eventually cameJames Turnbull2010-07-301-2/+0
* 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-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