summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
* | Passing checksums around instead of file contentsLuke Kanies2009-03-053-25/+51
* | Moving default fileserving mount creation to the Configuration classLuke Kanies2009-03-052-8/+9
* | Fixing #2028 - Better failures when a cert is found with no keyLuke Kanies2009-02-281-1/+14
* | Moving the clientyamldir setting into the puppetd sectionLuke Kanies2009-02-281-2/+2
* | Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ...James Turnbull2009-02-2657-204/+204
* | Fixed metaparameter reference to return strJames Turnbull2009-02-261-1/+11
* | Merge branch 'tickets/master/2016'James Turnbull2009-02-242-36/+38
|\ \
| * | Fixed #2016 - Split metaparameters from types in reference documentationJames Turnbull2009-02-242-36/+38
* | | Fixed #2017 - incorrect requireJames Turnbull2009-02-241-1/+1
|/ /
* | Fixing #1904 - aliases are no longer inherited by child filesLuke Kanies2009-02-201-1/+1
* | Merge branch '0.24.x'Luke Kanies2009-02-201-12/+11
|\|
| * Fixing #1871 once and for all - contents are never printedLuke Kanies2009-02-181-8/+11
* | Removing or fixing old testsLuke Kanies2009-02-191-2/+2
* | Correctly handling URI escaping throughout the REST processLuke Kanies2009-02-198-36/+14
* | Refactoring how the Settings file is parsedLuke Kanies2009-02-192-20/+32
* | Relying on 'should_parse_config' in the 'puppet' applicationLuke Kanies2009-02-191-5/+0
* | Providing better indirection authorization errorsLuke Kanies2009-02-192-1/+6
* | Adding pluginsyncing support to the IndirectorLuke Kanies2009-02-1912-365/+302
* | Moving Request and Fileset integration into Fileset.Luke Kanies2009-02-192-18/+31
* | Switching the ModuleFiles Indirection terminus to the new Module/Env apiLuke Kanies2009-02-191-3/+3
* | Migrating the old FileServer to the new Module/Environment codeLuke Kanies2009-02-191-12/+13
* | Using the Environments to handle a lot of Module searchingLuke Kanies2009-02-181-37/+2
* | Environments now use their own modulepath method.Luke Kanies2009-02-181-2/+2
* | The 'Environment' class can now calculate its modulepath.Luke Kanies2009-02-181-0/+16
* | Added support for finding modules from an environmentLuke Kanies2009-02-181-0/+17
* | 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