summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix metadata class for cases when checksum_type setPaul Nasrat2008-09-301-3/+3
| * | Fixed #1603 - Added support for running Puppet inside a Rack applicationJames Turnbull2008-09-301-0/+148
| * | Fix ticket 1596 in new fileset code, use tmpdir in fileserver tests.Paul Nasrat2008-09-301-1/+1
| * | Make fileserver use fileset for recursion and handle dangling links by ignori...Paul Nasrat2008-09-302-42/+25
| |/
| * Fixed #1610 - Raise "Filebucketed" messages to Notice priorityJames Turnbull2008-09-261-2/+2
| * Added a number of confines to package providersJames Turnbull2008-09-256-2/+16
| * Fixed #1609 - Added confines for the Gentoo, FreeBSD and SMF (Solaris) servic...James Turnbull2008-09-253-0/+6
| * Fixed #1608 - Added ubuntu to defaultfor for apt providerJames Turnbull2008-09-251-1/+1
| * Fixed #1607 - Added ubuntu to defaultfor for Debian service providerJames Turnbull2008-09-251-1/+1
| * Fixed #1472 -- defined, exported resources in the current compile now get exp...Luke Kanies2008-09-251-1/+2
| * Fixed #1045 - Multiple metaparams all get added to resources.Luke Kanies2008-09-241-1/+1
* | Adding comments to Puppet::Util::CacherLuke Kanies2008-10-151-2/+26
* | Removing obselete code from the file type.Luke Kanies2008-10-031-69/+0
* | Merged fsweetser's selinux patch against HEADBrett Lentz2008-09-256-0/+366
* | Merge branch 'feature/master/1481'Luke Kanies2008-09-2325-540/+440
|\ \
| * | Removing the old, obsolete recursion methods.Luke Kanies2008-08-291-168/+0
| * | As far as I can tell, recursion is working entirely.Luke Kanies2008-08-291-1/+1
| * | Removing insanely stupid default property behaviour.Luke Kanies2008-08-291-11/+1
| * | Source recursion is nearly working.Luke Kanies2008-08-292-12/+28
| * | Files now use the Indirector to recurse locally.Luke Kanies2008-08-281-6/+15
| * | Fixing filesets to allow nil ignore values.Luke Kanies2008-08-281-0/+2
| * | Recursion using REST seems to almost work.Luke Kanies2008-08-281-163/+83
| * | Mostly finishing refactoring file recursion to use REST.Luke Kanies2008-08-272-17/+50
| * | Fixing FileServing::Base so that it can recurse on a single file.Luke Kanies2008-08-271-1/+1
| * | Fixing the terminus helper so it correctly catches options passed from client...Luke Kanies2008-08-261-1/+10
| * | 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