summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #2530 - Fixed status setting in the SMF providerJames Turnbull2009-08-151-1/+1
* Fixes #2493Markus Roberts2009-08-141-0/+2
* Fix #2517 - Stack overflow when CA cert missingMarkus Roberts2009-08-131-7/+3
* Fix #2516 - Fix format detection when content-type contains charsetBrice Figureau2009-08-133-3/+8
* Fix #2507 - Exported resources were not correctly collected.Brice Figureau2009-08-136-11/+22
* Fixes #2503Markus Roberts2009-08-131-2/+8
* Fixes #2360 - Removed annoying log messageAndrew Shafer2009-08-131-3/+3
* Fixed #2525 - Wrong method being overridden in Red Hat servicesJames Turnbull2009-08-111-1/+1
* Fixing #2489 - queue integration tests are skipped w/out jsonLuke Kanies2009-08-101-1/+0
* Fixing #2508 - removing mention of ActiveRecord 2.3Luke Kanies2009-08-101-1/+1
* Fixing #2541 - file cache is more resilient to failureLuke Kanies2009-08-101-8/+12
* Add shellquote() function.Thomas Bellman2009-08-081-0/+41
* Fixes #2499. Allows execs to specify an array for the returns parameterNigel Kersten2009-08-081-6/+7
* Updated fix for #2481James Turnbull2009-08-051-3/+5
* Revert "Fxied #2481 - Added status and restart overrides for Red Hat service ...James Turnbull2009-08-051-4/+4
* Logs now assume resource params have metadataLuke Kanies2009-08-031-1/+1
* Adding metadata delegation from param to resourceLuke Kanies2009-08-032-13/+19
* Adding many tests for #2371, and slightly refactoringLuke Kanies2009-08-031-19/+19
* Fixes for Redmine 2371.Steven Jenkins2009-08-032-125/+89
* Fixes #2464, #2457. Deprecate reportserver for report_server. Add report_port...Nigel Kersten2009-08-042-2/+17
* Fixing #2484 - "format missing" messages are betterLuke Kanies2009-08-041-2/+2
* Fixes #2483 - Log only copies metadata from RAL objectsLuke Kanies2009-08-041-9/+14
* Fixed #2486 - Missing require 'monitor' in parser_support.rbJames Turnbull2009-08-041-0/+1
* Fxied #2481 - Added status and restart overrides for Red Hat service provider.James Turnbull2009-08-031-4/+4
* rack: SSL Env vars can be in Request.env or ENVChristian Hofstaedtler2009-08-033-8/+26
* rack: don't directly use the forbidden HTTP_CONTENT_TYPE env var (fixes rack ...Christian Hofstaedtler2009-08-031-1/+1
* Cleaning up tests for #2469Luke Kanies2009-08-031-32/+15
* default server in remote filebucketsTill Maas2009-08-031-23/+31
* Fixed #2294 - Classes sometimes cannot be foundMarkus Roberts2009-08-031-52/+63
* Adding #2477 - puppet can apply provided catalogsLuke Kanies2009-08-022-9/+45
* Fixing problems my Feature refactor causedLuke Kanies2009-08-021-3/+4
* Fixing tests broken by caching autoload resultsLuke Kanies2009-08-021-1/+1
* Migrating Feature tests to specLuke Kanies2009-08-021-15/+21
* Logging the configuration version we're applyingLuke Kanies2009-08-011-0/+2
* Configuration version information is now in logsLuke Kanies2009-08-012-1/+11
* Adding support for an external catalog versionLuke Kanies2009-08-012-2/+16
* Implement node matching with regexesBrice Figureau2009-08-016-572/+604
* Make sure node are referenced by their namesBrice Figureau2009-08-016-579/+600
* Enhance selector and case statements to match with regexpBrice Figureau2009-08-015-617/+652
* Fix #2033 - Allow regexp in if expressionBrice Figureau2009-08-015-635/+692
* Add AST::Regex, an AST leaf node representing a regexBrice Figureau2009-08-013-38/+93
* Add regexes and regex match operators to the parserBrice Figureau2009-08-012-775/+773
* Add regex, match and not match token to the lexerBrice Figureau2009-08-011-0/+7
* Allow variable $0 to $9 to be interpolated, if ephemeralBrice Figureau2009-08-011-2/+7
* Implement ephemeral scope variablesBrice Figureau2009-08-012-19/+44
* Modifying the REST client error to make server errors more clearLuke Kanies2009-08-011-1/+1
* Fixes #2472. Load Facter facts when ralsh is invoked, plus test.Nigel Kersten2009-08-011-0/+2
* Fixes #2461. Provide new and old code paths for macosx_productversion_major w...Nigel Kersten2009-07-311-1/+12
* Fixing #2440 - catalogs can now be compiled on demandLuke Kanies2009-07-311-1/+27
* Exiting from app failures instead of raisingLuke Kanies2009-07-311-5/+16