summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
| * Only backing up within parsedfile when managing filesLuke Kanies2009-02-142-5/+7
| * Fixing a syntax error in the up2date providerLuke Kanies2009-02-141-1/+1
| * Cleaned up variable names to be more sane, clarified error messages and fixed...James Turnbull2009-02-141-6/+6
| * Provide dscl -url output support for OS X 10.4 clients using the directoryser...Nigel Kersten2009-02-141-36/+120
| * Fix launchd service provider so it is backwards compatible with OS X 10.4 as ...Nigel Kersten2009-02-141-4/+13
* | Failure to find node facts is now a failure.Luke Kanies2009-02-141-4/+8
* | Fixing #1527 - Failing Facter does not hurt PuppetLuke Kanies2009-02-142-2/+13
* | Removing some unused codeLuke Kanies2009-02-141-11/+0
* | Using Puppet::Type.new instead of createLuke Kanies2009-02-141-1/+1
* | Actualling syncing facts and pluginsLuke Kanies2009-02-143-2/+6
* | Fix #1933 - Inconsistent resource evaluation order in subsequent evaluation runsBrice Figureau2009-02-141-9/+10
* | Merge branch '0.24.x'Luke Kanies2009-02-1314-180/+310
|\|
| * Updated Augeas type codeJames Turnbull2009-02-141-3/+5
| * Fixed #1831 - Added sprintf functionJames Turnbull2009-02-141-0/+17
| * Fixed #1830 - Added regsubst functionJames Turnbull2009-02-141-0/+93
| * Bug 1948: Add logic and testing for the command parsing logicBryan Kearney2009-02-141-5/+6
| * Updated up2date and service confines to add support for Oracle EL and VMJames Turnbull2009-02-132-3/+5
| * Fixing #1964 - Facts get loaded from pluginsLuke Kanies2009-02-121-2/+6
| * Adding a post-processor for Nagios names.Luke Kanies2009-02-131-2/+3
| * Revert "Refixing #1420 - _naginator_name is only used for services"Luke Kanies2009-02-131-10/+15
| * Fixing #1541 - ParsedFile only backs up files once per transactionLuke Kanies2009-02-132-1/+14
| * Removing the apparently obsolete netinfo filetype.Luke Kanies2009-02-131-88/+0
| * Migrated FileType tests to spec, and fleshed them out a bit.Luke Kanies2009-02-131-3/+3
| * Bug #1948: Added patch by jab to support the correct ins syntax. Updated the ...Bryan Kearney2009-02-131-6/+26
| * Fixing #961 - closing the http connection after every xmlrpc callLuke Kanies2009-02-121-1/+3
| * Refactoring the XMLRPC::Client error-handlingLuke Kanies2009-02-121-53/+111
| * Fixed #1959 - Added column protection for environment schema migrationJames Turnbull2009-02-121-2/+6
| * Fixing #1869 - autoloaded files should never leak exceptionsLuke Kanies2009-02-121-2/+2
* | Merge branch '0.24.x'Luke Kanies2009-02-1115-131/+136
|\|
| * Fixing #1543 - Nagios parse errors no longer kill PuppetLuke Kanies2009-02-113-65/+48
| * Refixing #1420 - _naginator_name is only used for servicesLuke Kanies2009-02-111-15/+10
| * Fixed #1884 - exported defines are collected by the exporting hostLuke Kanies2009-02-112-4/+2
| * Cleaning up the AST::Resource code a bitLuke Kanies2009-02-101-20/+21
| * Fix #1691 - Realize fails with array of Resource ReferencesBrice Figureau2009-02-111-1/+1
| * Fix #1682 - Resource titles are not flattened as they shouldBrice Figureau2009-02-111-1/+1
| * Fix #1922 - Functions squash all arguments into a single hashBrice Figureau2009-02-111-1/+2
| * Fixed #1538 - Yumrepo sets permissions wrongly on files in /etc/yum.repos.dJames Turnbull2009-02-112-1/+5
| * Prefetching, and thus purging, Nagios resources now worksLuke Kanies2009-02-112-22/+35
| * Removing a redundant instance prefect call.Luke Kanies2009-02-111-4/+0
| * Fixing #1912 - gid still works with no 'should' value.Luke Kanies2009-02-111-0/+2
| * Fixing #1920 - user passwords no longer allow ':'Luke Kanies2009-02-111-0/+4
| * Change the way the tags and params are handled in railsBrice Figureau2009-02-064-41/+105
| * Add methods to return hash instead of objects to params and tagsBrice Figureau2009-02-062-12/+49
| * Rails serialization module to help serialize/unserialize some Puppet ObjectsBrice Figureau2009-02-061-0/+18
| * Fixed #1852 - Correct behaviour when no SELinux bindingsJames Turnbull2009-01-271-0/+8
* | Changing how the Configurer interacts with the cacheLuke Kanies2009-02-063-5/+18
* | Fixing tests broken during the #1405 fix.Luke Kanies2009-02-062-0/+12
* | Adding an Agent::Runner class.Luke Kanies2009-02-065-43/+84
* | The Agent now uses its lockfile to determine running stateLuke Kanies2009-02-061-6/+1
* | Creating and using a new Puppet::Daemon classLuke Kanies2009-02-067-240/+107