summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix #1759 - Comparison operator was using string comparison for numbersBrice Figureau2008-11-201-0/+4
| * Fixed #1751 - Mac OS X DirectoryService nameservice provider support for plis...James Turnbull2008-11-191-100/+127
| * Fixed #1752 - Add an optional argument to Puppet::Util.execute to determine ...James Turnbull2008-11-191-2/+7
| * Fix the init service type to cope with an array for defpath and if defpath do...Nigel Kersten2008-11-191-17/+23
| * Added versionable feature to the RPM providerJames Turnbull2008-11-181-0/+2
| * Moved RRD feature from util/metric.rb to feature/base.rbJames Turnbull2008-11-172-5/+3
| * Manifest documentation generationBrice Figureau2008-11-175-0/+2621
| * Move function existance test to parser evaluationBrice Figureau2008-11-171-12/+16
| * Add a doc attribute to AST nodes and fill it with the last seen commentsBrice Figureau2008-11-1717-111/+252
| * Fixed #1735 and #1747 - Fixes to confine systemJames Turnbull2008-11-161-1/+12
| * Fixed #1718 - Added preseed to apt uninstall and purgeJames Turnbull2008-11-161-0/+6
| * Fixing the provider's confine subsystem so the logs are more useful.Luke Kanies2008-11-134-4/+10
| * Removed extra 'end' from yum.rbJames Turnbull2008-11-141-1/+0
| * Fix bug #1746: Sync SELinux file attributes after file contents created/modifiedSean E. Millichamp2008-11-141-1/+1
| * Fix bug #1681: Add filesystem type check to test for per-file SELinux context...Sean E. Millichamp2008-11-141-0/+64
| * 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-141-66/+67
| * Merge branch 'tickets/0.24.x/1739' into 0.24.xJames Turnbull2008-11-131-0/+5
| |\
| | * Fixed #1739 - Added uninstall functionality to yum providerJames Turnbull2008-11-131-0/+5
| * | Fix #1737 - part2 - Fix display of "options"Brice Figureau2008-11-121-0/+16
| * | Fix #1737 - ssh_authorized_keys should be able to parse options containing co...Brice Figureau2008-11-111-1/+21
| * | 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
| * 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