summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
| * | The file source is now refactored and uses REST.Luke Kanies2008-08-262-25/+36
| * | One third done refactoring file[:source] -- retrieve() is done.Luke Kanies2008-08-261-112/+62
| * | Adding a "source" attribute to fileserving instances.Luke Kanies2008-08-261-0/+4
| * | Adding automatic attribute collection to the new fileserving code.Luke Kanies2008-08-268-6/+9
| * | Adding the content writer to the content class.Luke Kanies2008-08-261-1/+3
| * | Causing format selection to fail intelligently if no suitable format can be p...Luke Kanies2008-08-261-1/+12
| * | Adding a 'plural?' method to the Indirection::Request class.Luke Kanies2008-08-261-2/+8
| * | Fixing the rest backends for webrick and mongrel so the get the whole request...Luke Kanies2008-08-263-3/+17
| * | Refactoring how files in FileServing are named.Luke Kanies2008-08-266-16/+9
| * | Finishing the rename of FileBase => Base.Luke Kanies2008-08-262-4/+79
| * | Adding weights to network formats, and sorting them based on the weight.Luke Kanies2008-08-263-3/+14
| * | Renaming FileServing::FileBase to FileServing::Base.Luke Kanies2008-08-263-83/+14
| * | Adding a hackish raw format.Luke Kanies2008-08-261-1/+21
| * | Adding suitability as a requirement for a format being supported.Luke Kanies2008-08-261-1/+2
| * | Removing the yaml conversion code from FileContent.Luke Kanies2008-08-261-8/+0
| * | Causing the Indirection to fail if a terminus selection hook does not return ...Luke Kanies2008-08-261-1/+3
| * | Spell-correcting a commentLuke Kanies2008-08-261-1/+1
| * | Cleaning up an exception.Luke Kanies2008-08-261-1/+5
| * | FileServing Configurations now expect unqualified files.Luke Kanies2008-08-261-2/+3
| * | Fixing the fileserving terminus selection hook.Luke Kanies2008-08-261-22/+23
| * | Special-casing 'file' URIs in the indirection requests.Luke Kanies2008-08-261-0/+7
| * | Dividing server/port configuration responsibility between the REST terminus a...Luke Kanies2008-08-262-15/+61
* | | Removing files that git wasn't smart enough to remote during a merge.Luke Kanies2008-09-235-904/+0
* | | Merge branch '0.24.x'Luke Kanies2008-09-2332-2453/+3208
|\ \ \ | |/ / |/| / | |/
| * Removing some code in Parameter that is unnecessary.Luke Kanies2008-09-232-6/+2
| * Fixed #1595 - Internally, Property#retrieve is no longer calledLuke Kanies2008-09-232-23/+6
| * Only apply splay the first runAndrew Shafer2008-09-211-8/+8
| * Add an append (+=) variable operator:Brice Figureau2008-09-215-716/+760
| * Bug #1550 - Rework to avoid regressing rspec tests, add new rspec tests for t...Paul Nasrat2008-09-202-10/+17
| * Allow a templatedir to be colon separated.Thom May2008-09-201-3/+15
| * Fixed #1521 -- ldap user and group are now used with the default connectionLuke Kanies2008-09-171-1/+11
| * Fixed #1572 -- file purging now fails if remote sources do not exist.Luke Kanies2008-09-161-0/+9
| * Fixing #1576 - moving all of the Puppet::Type code back into type.rb.Luke Kanies2008-09-1511-2123/+2100
| * Fixed issues with file descriptors leaking into subprocessesJames Turnbull2008-09-131-0/+1
| * Fixed #1571 - Puppet::Util::binary returns incorrect resultsJames Turnbull2008-09-131-8/+3
| * Fixed #1553 - Puppet and Facter cannot both install the plist module into two...James Turnbull2008-09-135-476/+2
| * Adjusted hpuxuseradd user provider to confine to HP-UX and fixed HP-UX user p...James Turnbull2008-09-131-3/+4
| * Fixed #1566 - changed password property of the user typeJames Turnbull2008-09-131-0/+8
| * Fixed debug messages in package type - thanks to Todd Zullinger for this fixJames Turnbull2008-09-121-2/+2
| * Fixes #1455 - Adds HP-UX support for user typeJames Turnbull2008-09-061-0/+29
| * Fixes #1551 puppetmaster.freshness xmlrpc call returns incorrect typeNigel Kersten2008-09-051-1/+1
| * Fixes #1554 - Fix exception for undefined hostnameJames Turnbull2008-09-051-2/+4
| * Runit service providerBrice Figureau2008-08-291-0/+93
| * Daemontools service providerBrice Figureau2008-08-291-0/+154
* | Merge commit 'turnbull/0.24.x'Luke Kanies2008-08-2617-239/+244
|\|
| * Fixed #1488 - Moved individual functions out of functions.rb intoJames Turnbull2008-08-2613-217/+208
| * Fixed #1457 - case insensitive match for errorJames Turnbull2008-08-241-1/+1
| * Fix leaking LoadedFile when adding templates to be watchedAndrew Shafer2008-08-231-13/+18
| * id column is autogenerated by rails as a primary key, there is no needBrice Figureau2008-08-222-8/+17
* | Adding parameter and URL support to the REST terminus.Luke Kanies2008-08-202-9/+36