summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
* | Adding support for finding all modules in a given path.Luke Kanies2009-02-181-0/+22
* | Supporting multiple paths for searching for files.Luke Kanies2009-02-181-3/+7
* | Adding support for merging multiple filesets.Luke Kanies2009-02-181-0/+17
* | Adding new methods to Puppet::Module.Luke Kanies2009-02-181-7/+20
* | Refactoring Puppet::Module a bit.Luke Kanies2009-02-181-22/+18
* | Only using the checksum cache when we're using a host_config catalogLuke Kanies2009-02-181-0/+2
* | Fixing fileserving to support strings or symbolsLuke Kanies2009-02-182-1/+2
* | Adding clarity to query string handling in REST callsLuke Kanies2009-02-184-4/+32
* | Some small fixes to provide better debugging and load a libraryLuke Kanies2009-02-182-0/+2
* | Providing better information when an exception is encountered during network ...Luke Kanies2009-02-181-1/+1
* | Move --version handling to Puppet::ApplicationBrice Figureau2009-02-167-34/+16
* | Move puppetd to the Application Controller paradigmBrice Figureau2009-02-161-0/+260
* | Move puppetdoc to the Application Controller paradigmBrice Figureau2009-02-161-0/+198
* | Move ralsh to the Application Controller paradigmBrice Figureau2009-02-161-0/+166
* | Move puppetrun to Application Controller paradigmBrice Figureau2009-02-161-0/+221
* | Move pi to the Application Controller paradigmBrice Figureau2009-02-161-0/+216
* | Move puppetmasterd to Puppet::ApplicationBrice Figureau2009-02-161-0/+138
* | Move puppet to the Application Controller paradigmBrice Figureau2009-02-161-0/+145
* | Move filebucket to the Application Controller paradigmBrice Figureau2009-02-161-0/+92
* | Move puppetca to the Application Controller paradigmBrice Figureau2009-02-161-0/+74
* | Introducing the Application ControllerBrice Figureau2009-02-162-0/+320
* | Fixing some tests that somehow broke in the merge to masterLuke Kanies2009-02-141-2/+2
* | Merge branch '0.24.x'Luke Kanies2009-02-147-56/+152
|\|
| * Fix #1972 - ActiveRecord fixes resulted in broken testsBrice Figureau2009-02-151-3/+4
| * Fixing password validation to support symbols.Luke Kanies2009-02-141-1/+1
| * 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