summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '0.24.x'Luke Kanies2008-08-1840-164/+892
|\
| * Fix #1502 - abysmal storeconfig performance - part2Brice Figureau2008-08-172-2/+12
| * Fix #1052 - abysmal storeconfig performance - part1Brice Figureau2008-08-171-1/+1
| * Fix #1510 - storeconfig fails with rails 2.1Brice Figureau2008-08-172-5/+7
| * Add the -P/--ping option to puppetrun, fixes #1501AJ Christensen2008-08-172-7/+17
| * Fixes #1274 - allow class names to start with numbersJames Turnbull2008-08-172-1/+10
| * Fixed #1394 - Added stored configuration clearing script to /extmh2008-08-172-0/+89
| * Fixed #1442 - replaced use of Facter for report titling with certnameJames Turnbull2008-08-162-7/+3
| * Fixed $1456 - add proxy configuration to yum repoJames Turnbull2008-08-133-3/+27
| * 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-092-12/+22
| * Fixing an ldap connectivity testLuke Kanies2008-08-091-3/+13
| * Added CHANEGLOG entry for removal of interface typeJames Turnbull2008-08-081-0/+2
| * fix terrible error with overwriting permissionsNigel Kersten2008-08-061-1/+1
| * Fixed #1457 - removed confine warningJames Turnbull2008-08-062-1/+3
| * 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