summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * Fixes #1672 - unsafe crontab handling in SolarisMartin Englund2008-11-051-3/+3
| * Fixes #1714 - yumhelper handling with yum 2.2.x is brokenJames Turnbull2008-11-011-0/+9
| * Fixed #1721 - puppet.conf documentation incorrectly lists signals that affect...James Turnbull2008-11-011-1/+1
* | Completely refactoring the tidy type.Luke Kanies2008-11-151-146/+139
* | Cleaning up the tidy type a bitLuke Kanies2008-11-151-265/+264
* | These changes are all about making sure file data is expired when appropriate.Luke Kanies2008-11-153-2/+7
* | Catalogs always consider resource data to be expired if not mid-transaction.Luke Kanies2008-11-151-0/+8
* | Adding caching support to parameters, and using cached attributes for file so...Luke Kanies2008-11-113-28/+29
* | Adding cached attribute support to resources.Luke Kanies2008-11-113-12/+22
* | Allowing a nil expirer for caching classes.Luke Kanies2008-11-111-1/+2
* | Refactoring the Cacher interface to always require attribute declaration.Luke Kanies2008-11-116-90/+69
* | Changing the Cacher.invalidate method to Cacher.expire.Luke Kanies2008-11-112-5/+9
* | Fixing a critical bug in the Cacher module.Luke Kanies2008-11-111-13/+27
* | Fixing tests broken by fileserving and other refactoring.Luke Kanies2008-11-082-16/+0
* | Finishing the refactoring of the resource generation interface.Luke Kanies2008-11-072-23/+12
* | Refactoring and clarifying the resource generation methods.Luke Kanies2008-11-071-45/+21
* | Refactoring Catalog#add_resource to correctly handle implicit resources.Luke Kanies2008-11-071-36/+31
* | Adding SimpleGraph#leaves, which I apparently did not migrate from PGraphLuke Kanies2008-11-061-0/+7
* | Removing mention of obsolete edgelist_class from GRATR.Luke Kanies2008-11-062-18/+0
* | Changing the catalog's relationship graph into a normal graph.Luke Kanies2008-11-062-9/+3
* | Removing the PGraph class and subsuming it into SimpleGraph.Luke Kanies2008-11-065-147/+114
* | Moving Catalog#write_graph to SimpleGraph, where it belongs.Luke Kanies2008-11-061-0/+12
* | Converting the file 'source' property to a parameter.Luke Kanies2008-11-056-127/+105
* | Removing mid-transaction resources from the catalog.Luke Kanies2008-11-051-1/+1
* | Adding a method to Checksums to extract the sum typeLuke Kanies2008-11-051-0/+9
* | Deduplicating slashes in the fileserving codeLuke Kanies2008-11-041-2/+2
* | Reducing the number of calls to terminus() to reduce interference with cachingLuke Kanies2008-11-041-2/+3
* | Switched all value management in props/params to internal classes.Luke Kanies2008-11-044-305/+319
* | Changing the meaning of the unused Puppet::Type#parameter method to return an...Luke Kanies2008-11-041-6/+4
* | Fixing #1641 - file recursion now only passes original parameters to child re...Luke Kanies2008-11-041-4/+14
* | Removing obsolete methods and tests:Luke Kanies2008-11-041-18/+0
* | Making it so (once again) files with sources set can still be deletedLuke Kanies2008-11-042-3/+3
* | Fixing and migrating more file tests.Luke Kanies2008-11-042-17/+18
* | Adding a starting point for spec tests for tidy.Luke Kanies2008-11-041-5/+0
* | Retrieving the CA certificate before the client certificate.Luke Kanies2008-11-031-4/+10
* | Handling the case where a symbol (e.g., :ca) is used for a certificate name.Luke Kanies2008-11-031-1/+1
* | Fixing :bindaddress setting to work with the new server subsystem.Luke Kanies2008-11-031-3/+6
* | Fixing CertificateRequest#save to accept arguments.Luke Kanies2008-11-031-1/+1
* | Fixing forward-compatibility issues resulting from no global resourcesLuke Kanies2008-10-311-5/+2
* | Merge branch '0.24.x'Luke Kanies2008-10-3112-24/+384
|\|
| * Added unit tests for the augeas type and providerBryan Kearney2008-10-301-2/+3
| * Fix #1402 - Allow multiline commentsBrice Figureau2008-10-291-0/+5
| * Fix #857 - Multiple class of the same name don't append codeBrice Figureau2008-10-291-1/+5
| * Fixed augeas examples in typeJames Turnbull2008-10-291-2/+2
| * Merge branch 'augeas' into 0.24.xJames Turnbull2008-10-293-0/+341
| |\
| | * Merge branch 'augeas' of git@github.com:bkearney/puppet into augeasBryan Kearney2008-10-281-200/+0
| | |\
| | | * Beginning provider split, need help on the voodooBryan Kearney2008-10-272-181/+211
| | * | Split Augeas up into a provider and a type.Bryan Kearney2008-10-283-161/+410
| | |/
| | * Added augeas type and featureJames Turnbull2008-10-242-0/+292
| * | Fixing #1669 - The dump parameter can now be changed on mounts.Luke Kanies2008-10-291-1/+1