summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
* The first regex node now matches firstLuke Kanies2009-09-011-8/+15
* Fixing #2563 - multiple regex nodes now work togetherLuke Kanies2009-09-011-2/+12
* Fixes #724 - false is equivalent to 'ruby -W1'Marc Fournier2009-09-011-1/+1
* Fix parser error outputTodd Zullinger2009-08-241-1/+1
* Fixing #2551 - fixing content changed logsLuke Kanies2009-08-231-0/+15
* Fixing #2549 - autoloading of top-level classes works againLuke Kanies2009-08-241-7/+14
* Fixing #2460 - puppetmasterd can now read the cert and keyLuke Kanies2009-08-241-4/+25
* Not using the service user in settings when it's unavailableLuke Kanies2009-08-242-1/+15
* Explicitly loading all facts in the directory service providerLuke Kanies2009-08-241-0/+3
* Adding an 'exists?' delegator from user type to providerLuke Kanies2009-08-241-0/+5
* Switching the owner/group settings to use symbolic valuesLuke Kanies2009-08-242-49/+62
* Fixing the yamldir group to be a group instead of userLuke Kanies2009-08-241-1/+1
* Moving Setting classes into separate filesLuke Kanies2009-08-245-279/+286
* Removing chuser on darwin restrictionLuke Kanies2009-08-241-4/+0
* Fixing #2558 - propagating recent fileserving changesLuke Kanies2009-08-245-18/+18
* Fixes #2550 Handles case where metadata is nilMarkus Roberts2009-08-231-7/+6
* Ticket 2559 -- parseonly ignored specified fileMarkus Roberts2009-08-221-0/+6
* Fixed #2562 - Recognize the usecacheonfailure option againJohn A. Barbuto2009-08-211-0/+5
* Refactoring the Module/Environment co-interfaceLuke Kanies2009-08-182-28/+15
* Fixing #1544 - plugins in modules now works againLuke Kanies2009-08-185-17/+12
* Fixes #2513. debian service provider now uses invoke-rc.d to determine enable...Nigel Kersten2009-08-181-11/+19
* Fixing fact-missing problem when puppet.conf is reparsedLuke Kanies2009-08-181-0/+6
* Fix for #2531; adds tests to confirm problem and related cases,Markus Roberts2009-08-181-1/+3
* 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