summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | A working script to create an OS X pkg out of the Puppet repositoryJames Turnbull2008-08-014-3/+241
| * | Fixed #1441 - Updated console coloursJames Turnbull2008-08-011-14/+22
| * | Add testing for the changes to resolve redmine #1427, where Kernel methods sh...Daniel Pittman2008-08-012-11/+108
| * | 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
| * | Feature #1476: Allow specification of --bindir --sbindir --sitelibdir --mandi...Nigel Kersten2008-08-011-19/+64
| * | Specs for yaml indirector .search - I'm still learning!James Turnbull2008-08-012-27/+29
| * | Made puppetlast work on 0.24.5 by using the YAML indirectorAJ Christensen2008-08-011-5/+7
| * | Added a search method to the YAML indirector.AJ Christensen2008-08-011-1/+10
| * | Revert "Fixing puppetlast to make it work with 0.24.5 / 0.25."James Turnbull2008-08-011-17/+22
| * | Fixes #1417 - whitespace in ssh_auth_key providerJames Turnbull2008-07-301-1/+1
| * | Sync with latest Fedora/EPEL specfileDavid Lutterkort2008-07-291-2/+24
| * | Feature #1241 : Improve performance of group lookupsJames Turnbull2008-07-293-16/+89
| * | Bug #1448: Puppet CA incorrectly writes out all certs to inventory .txt on ea...Nigel Kersten2008-07-291-2/+3
| * | Fixing puppetlast to make it work with 0.24.5 / 0.25.AJ Christensen2008-07-261-22/+17
| |/
| * Incremented versionsJames Turnbull2008-07-222-2/+5
| * Merge branch '0.24.x' of git@github.com:jamtur01/puppet into 0.24.xJames Turnbull2008-07-220-0/+0
| |\
| * | Fixes #1445 and #1426James Turnbull2008-07-221-1/+6
* | | puppetd now uses the Indirected SSL.Luke Kanies2008-08-071-4/+4
* | | Adding 'require' statements as necessary for Puppet::SSL to work.Luke Kanies2008-08-072-0/+3
* | | Fixing the SSL::Host#waitforcert method.Luke Kanies2008-08-072-23/+63
* | | Adding logging when files are removed.Luke Kanies2008-08-074-1/+18
* | | Removing now-obsolete the wait-for-cert module.Luke Kanies2008-08-072-212/+0
* | | Documenting a bit of a testLuke Kanies2008-08-071-1/+4
* | | Certificates now work over REST.Luke Kanies2008-08-0712-10/+307
* | | Caching the SSL store for the SSL Host.Luke Kanies2008-08-072-9/+12
* | | Enhancing formatting errors with class and format.Luke Kanies2008-08-041-4/+4
* | | Making all certificates only support the plaintext format.Luke Kanies2008-08-048-0/+40
* | | Adding wait_for_cert functionality to the ssl host class.Luke Kanies2008-08-042-0/+61
* | | Adding a plaintext network format.Luke Kanies2008-08-042-2/+64
* | | lazy load latest package definitions with yumhelper 2.2Marcel Haerry2008-08-011-17/+24
* | | Fixing a group test that failed after merging 0.24.xLuke Kanies2008-07-311-4/+0
* | | Correctly handling when REST searches return nothing.Luke Kanies2008-07-305-3/+35
* | | 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-303-15/+118
* | | Adding some support for case insensivity in format names.Luke Kanies2008-07-304-7/+26
* | | Moving validation from FormatHandler to Format.Luke Kanies2008-07-304-20/+6
* | | Moving functionality out of the FormatHandler into the Format class.Luke Kanies2008-07-304-113/+252
* | | Searching again works over REST, including full content-type translation.Luke Kanies2008-07-295-49/+74
* | | Fixing the format_handler tests so that they clean up after themselves.Luke Kanies2008-07-291-0/+7
* | | Fixing a test I broke while rebasingLuke Kanies2008-07-291-0/+5
* | | Fixing a test to be order-independent.Luke Kanies2008-07-291-1/+1
* | | Adding rudimentary support for directly managing formats.Luke Kanies2008-07-296-0/+148
* | | Adding support for rendering and converting multiple instances.Luke Kanies2008-07-292-9/+52
* | | All error and format handling works over REST except searching.Luke Kanies2008-07-299-64/+122
* | | Drastically simplifying the REST implementation tests.Luke Kanies2008-07-294-637/+214
* | | Removing an apparently-obsolete hook from the handlerLuke Kanies2008-07-291-4/+0
* | | Adding explicit tests for the HTTP::Handler module.Luke Kanies2008-07-292-23/+478
* | | The REST terminus now uses the content-type and http result codes.Luke Kanies2008-07-298-300/+232
* | | Removing a now-obsolete pending test.Luke Kanies2008-07-291-8/+0