summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix bug #1681: Add filesystem type check to test for per-file SELinux context...Sean E. Millichamp2008-11-142-0/+105
| * Quiet debug when no default SELinux context found for one of the componentsSean E. Millichamp2008-11-141-1/+3
| * Fixes relating to transition to native SELinux bindingsSean E. Millichamp2008-11-142-2/+16
| * Refactoring of SELinux functions to use native Ruby SELinux interfaceSean E. Millichamp2008-11-142-99/+100
| * Merge branch 'tickets/0.24.x/1739' into 0.24.xJames Turnbull2008-11-132-0/+7
| |\
| | * Fixed #1739 - Added uninstall functionality to yum providerJames Turnbull2008-11-132-0/+7
| * | Fix #1737 - part2 - Fix display of "options"Brice Figureau2008-11-122-0/+28
| * | Fix #1737 - ssh_authorized_keys should be able to parse options containing co...Brice Figureau2008-11-113-1/+29
| * | Fix #1740 - Daemontools and Runit is not ReST compliantBrice Figureau2008-11-112-31/+48
| |/
| * Fixed #1730 - Edited file/ensure.rb docs for clarityJames Turnbull2008-11-051-5/+4
| * Fixes #1672 - unsafe crontab handling in SolarisMartin Englund2008-11-051-3/+3
| * Fixing the augeas type tests to work when augeas is missingLuke Kanies2008-11-051-88/+98
| * 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
| * Fixing a test I broke when fixing a reporting bugLuke Kanies2008-11-011-4/+0
* | Adding more file tests and fixing conflicting testsLuke Kanies2008-11-152-0/+22
* | Completely refactoring the tidy type.Luke Kanies2008-11-154-447/+483
* | 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-157-153/+92
* | Catalogs always consider resource data to be expired if not mid-transaction.Luke Kanies2008-11-153-1/+22
* | Properly cleaning up ssl ca configuration during testingLuke Kanies2008-11-114-4/+8
* | Adding caching support to parameters, and using cached attributes for file so...Luke Kanies2008-11-116-46/+77
* | Adding cached attribute support to resources.Luke Kanies2008-11-116-22/+46
* | Allowing a nil expirer for caching classes.Luke Kanies2008-11-112-2/+8
* | Refactoring the Cacher interface to always require attribute declaration.Luke Kanies2008-11-117-190/+119
* | Changing the Cacher.invalidate method to Cacher.expire.Luke Kanies2008-11-1130-56/+54
* | Fixing a critical bug in the Cacher module.Luke Kanies2008-11-112-21/+27
* | Fixing tests broken by fileserving and other refactoring.Luke Kanies2008-11-086-278/+34
* | Fixing a test broken by previous refactoringLuke Kanies2008-11-071-7/+4
* | Finishing the refactoring of the resource generation interface.Luke Kanies2008-11-075-208/+74
* | Refactoring and clarifying the resource generation methods.Luke Kanies2008-11-072-45/+268
* | Refactoring Catalog#add_resource to correctly handle implicit resources.Luke Kanies2008-11-072-107/+132
* | 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-063-76/+77
* | Removing the PGraph class and subsuming it into SimpleGraph.Luke Kanies2008-11-068-591/+545
* | Moving Catalog#write_graph to SimpleGraph, where it belongs.Luke Kanies2008-11-062-0/+37
* | Converting the file 'source' property to a parameter.Luke Kanies2008-11-0514-484/+248
* | Removing mid-transaction resources from the catalog.Luke Kanies2008-11-052-1/+15
* | Adding a method to Checksums to extract the sum typeLuke Kanies2008-11-053-0/+186
* | Aliasing "must_not" just like we alias "must"Luke Kanies2008-11-051-0/+1
* | Deduplicating slashes in the fileserving codeLuke Kanies2008-11-043-3/+8
* | Fixing the augeas type tests to work when augeas is missingLuke Kanies2008-11-041-88/+98
* | 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-048-889/+928
* | Fixing #1677 - fixing the selinux tests in master.Luke Kanies2008-11-041-0/+6
* | Changing the meaning of the unused Puppet::Type#parameter method to return an...Luke Kanies2008-11-042-7/+20
* | Moving a file purging test to rspecLuke Kanies2008-11-042-42/+49
* | Fixing #1641 - file recursion now only passes original parameters to child re...Luke Kanies2008-11-042-24/+39
* | Removing obsolete methods and tests:Luke Kanies2008-11-042-101/+0