summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Revert "Fixing #1755 - File modes (and other strange properties) will now dis...James Turnbull2008-11-222-16/+2
| * Fixing #1764 - a property's 'sync' method is never considered a no-op.Luke Kanies2008-11-218-80/+32
| * Refactoring the file/owner property to be simpler and cleaner.Luke Kanies2008-11-212-64/+164
| * Fixing #1755 - File modes (and other strange properties) will now display cor...Luke Kanies2008-11-212-2/+16
| * Fixed #1668 - puppetca can't clean unsigned certsJames Turnbull2008-11-202-5/+8
| * Fix #1759 - Comparison operator was using string comparison for numbersBrice Figureau2008-11-202-10/+54
| * Fixed #1711 - fileserver test fails due to incorrect mockingJames Turnbull2008-11-192-0/+7
| * Fixed #1751 - Mac OS X DirectoryService nameservice provider support for plis...James Turnbull2008-11-192-100/+130
| * Fixed #1752 - Add an optional argument to Puppet::Util.execute to determine ...James Turnbull2008-11-192-2/+10
| * 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-182-0/+4
| * Fixing broken tests resulting from the fix to #1747Luke Kanies2008-11-175-1/+8
| * Moved RRD feature from util/metric.rb to feature/base.rbJames Turnbull2008-11-173-5/+5
| * Manifest documentation generationBrice Figureau2008-11-176-15/+2730
| * Move function existance test to parser evaluationBrice Figureau2008-11-173-13/+104
| * Add a doc attribute to AST nodes and fill it with the last seen commentsBrice Figureau2008-11-1717-111/+252
| * RSpec tests for the doc system (covers AST.doc, lexer and parser)Brice Figureau2008-11-173-5/+121
| * Fixed #1735 and #1747 - Fixes to confine systemJames Turnbull2008-11-163-20/+27
| * CHANGELOG updatesJames Turnbull2008-11-161-0/+10
| * Fixed #1718 - Added preseed to apt uninstall and purgeJames Turnbull2008-11-162-0/+8
| * Include spec directory in packagesSean E. Millichamp2008-11-141-0/+1
| * Fixing the provider's confine subsystem so the logs are more useful.Luke Kanies2008-11-137-28/+58
| * 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-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