summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
* | Fixing the String format (fixes #1522).Luke Kanies2008-08-203-17/+16
* | Removing dead-end file work as promised.Luke Kanies2008-08-203-179/+0
* | Adding files temporarily, since I've decided this work is a dead-end.Luke Kanies2008-08-203-0/+179
* | Merge branch '0.24.x'Luke Kanies2008-08-1822-86/+228
|\|
| * Fix #1502 - abysmal storeconfig performance - part2Brice Figureau2008-08-171-2/+10
| * Fix #1052 - abysmal storeconfig performance - part1Brice Figureau2008-08-171-1/+1
| * Fix #1510 - storeconfig fails with rails 2.1Brice Figureau2008-08-171-5/+5
| * Fixes #1274 - allow class names to start with numbersJames Turnbull2008-08-171-1/+1
| * Fixed #1442 - replaced use of Facter for report titling with certnameJames Turnbull2008-08-161-7/+1
| * Fixed $1456 - add proxy configuration to yum repoJames Turnbull2008-08-131-2/+18
| * Fixing #1447 -- Replacing Puppet::PackageError with Puppet::Error.Luke Kanies2008-08-122-4/+4
| * Added tests for TemplateWrapper's use of Scope#to_hash.Luke Kanies2008-08-091-11/+10
| * Fixed #1457 - removed confine warningJames Turnbull2008-08-061-1/+1
| * Fixed #1441 - Updated console coloursJames Turnbull2008-08-011-14/+22
| * Expose all puppet variables as instance member variables of the template wrap...Daniel Pittman2008-08-012-13/+59
| * Ensure that we consistently use either string #{} interpolation or String.%Daniel Pittman2008-08-016-16/+23
| * Added a search method to the YAML indirector.AJ Christensen2008-08-011-1/+10
| * Fixes #1417 - whitespace in ssh_auth_key providerJames Turnbull2008-07-301-1/+1
| * Feature #1241 : Improve performance of group lookupsJames Turnbull2008-07-291-14/+67
| * Bug #1448: Puppet CA incorrectly writes out all certs to inventory .txt on ea...Nigel Kersten2008-07-291-2/+3
| * Fixes #1445 and #1426James Turnbull2008-07-221-1/+6
* | Adding 'require' statements as necessary for Puppet::SSL to work.Luke Kanies2008-08-071-0/+1
* | Fixing the SSL::Host#waitforcert method.Luke Kanies2008-08-071-10/+26
* | Adding logging when files are removed.Luke Kanies2008-08-072-0/+2
* | Removing now-obsolete the wait-for-cert module.Luke Kanies2008-08-071-77/+0
* | Certificates now work over REST.Luke Kanies2008-08-075-7/+31
* | Caching the SSL store for the SSL Host.Luke Kanies2008-08-071-8/+11
* | Enhancing formatting errors with class and format.Luke Kanies2008-08-041-4/+4
* | Making all certificates only support the plaintext format.Luke Kanies2008-08-044-0/+24
* | Adding wait_for_cert functionality to the ssl host class.Luke Kanies2008-08-041-0/+19
* | Adding a plaintext network format.Luke Kanies2008-08-041-2/+22
* | lazy load latest package definitions with yumhelper 2.2Marcel Haerry2008-08-011-17/+24
* | Correctly handling when REST searches return nothing.Luke Kanies2008-07-302-2/+7
* | Removing an obsolete method from the rest indirectorLuke Kanies2008-07-301-4/+0
* | The REST formats are now fully functional, with yaml and marshal support.Luke Kanies2008-07-302-14/+52
* | Adding some support for case insensivity in format names.Luke Kanies2008-07-302-5/+9
* | Moving validation from FormatHandler to Format.Luke Kanies2008-07-302-9/+2
* | Moving functionality out of the FormatHandler into the Format class.Luke Kanies2008-07-302-17/+66
* | Searching again works over REST, including full content-type translation.Luke Kanies2008-07-292-5/+9
* | Adding rudimentary support for directly managing formats.Luke Kanies2008-07-293-0/+52
* | Adding support for rendering and converting multiple instances.Luke Kanies2008-07-291-0/+16
* | All error and format handling works over REST except searching.Luke Kanies2008-07-295-17/+46
* | Drastically simplifying the REST implementation tests.Luke Kanies2008-07-292-10/+25
* | Removing an apparently-obsolete hook from the handlerLuke Kanies2008-07-291-4/+0
* | Adding explicit tests for the HTTP::Handler module.Luke Kanies2008-07-291-23/+67
* | The REST terminus now uses the content-type and http result codes.Luke Kanies2008-07-293-38/+36
* | The REST terminus now provides an Accept header with supported formats.Luke Kanies2008-07-291-3/+8
* | Using the FormatHandler in indirected classes automatically.Luke Kanies2008-07-292-1/+11
* | Adding a FormatHandler module for managing format conversions.Luke Kanies2008-07-291-0/+33
* | Merge branch '0.24.x' into mergingLuke Kanies2008-07-2917-90/+122
|\ \