summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
* | Revert "Adding the first bits of an Agent class."Luke Kanies2009-02-061-107/+0
* | Revert "This is work that I've decided not to keep"Luke Kanies2009-02-063-423/+59
* | This is work that I've decided not to keepLuke Kanies2009-02-063-59/+423
* | Adding a new Agent::Downloader class for downloading files.Luke Kanies2009-02-061-0/+78
* | Adding the first bits of an Agent class.Luke Kanies2009-02-061-0/+107
* | Adding support for skipping cached indirection instances.Luke Kanies2009-02-062-4/+13
* | 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
* | Fixing #1913 - 'undef' resource values do not get copied to the dbLuke Kanies2009-02-061-1/+2
* | Fixing #1914 - 'undef' relationship metaparameters do not stackLuke Kanies2009-02-061-0/+1
* | Typo fixJames Turnbull2009-01-271-5/+5
* | Fixed #1879 - Added to tidy documentationJames Turnbull2009-01-231-5/+15
* | Fixed #1881 - Added md5lite explanationJames Turnbull2009-01-221-1/+5
* | Fixed #1877 - Tidy type reference update for use of 0James Turnbull2009-01-221-1/+3
* | Fix #1560Paul Lathrop2009-01-221-0/+8
* | In order for ReST formatting to work properly, newlines andJames Turnbull2009-01-221-1/+1
* | Fix Bug #1629Francois Deppierraz2009-01-131-12/+52
* | Fix #1835 : Add whitespace/quote parsing toBryan Kearney2009-01-131-18/+36
* | Fix #1847 - Force re-examination of all files to generate correct indicesBrice Figureau2009-01-131-0/+1
* | Fix #1829 - Add puppet function versioncmp to compare versionsBrice Figureau2008-12-271-0/+10
* | Fix #1828 - Scope.number? wasn't strict enough and could produce wrong resultsBrice Figureau2008-12-271-3/+3
* | Fix #1807 - make Puppet::Util::Package.versioncmp a module functionBrice Figureau2008-12-271-0/+2
* | Merge branch '0.24.x'James Turnbull2008-12-2731-183/+294
|\|
| * Not using a temporary file when locking files for writing.Luke Kanies2008-12-151-9/+6
| * Issue 1804 VDev with the same devices should be in syncAndrew Shafer2008-12-152-13/+50
| * Documentation fixesJames Turnbull2008-12-1324-130/+181
| * Fixing #1812 (hopefully) - adding read and write locks to yaml.Luke Kanies2008-12-121-3/+12
| * Preparing to fix #1812 - Moving locking code to a moduleLuke Kanies2008-12-123-36/+53
| * Fix #1815 - puppetdoc --all crash on resource overrideBrice Figureau2008-12-101-1/+1
* | Fixing #1729 - puppetmasterd can now read certs at startupLuke Kanies2008-12-184-95/+83
* | Canonicalizing Setting section names to symbols.Luke Kanies2008-12-181-14/+14
* | Fixing all of the test/ tests I broke in previous dev.Luke Kanies2008-12-185-21/+21
* | Deprecating the Puppet::Type.create.Luke Kanies2008-12-1811-13/+15
* | Deprecating 'Puppet.type'; replacing all instances with Puppet::Type.typeLuke Kanies2008-12-1816-20/+20
* | Finishing the work to use Puppet::Resource instead of TransObjectLuke Kanies2008-12-187-105/+90
* | Adding name/namevar abstraction to Puppet::Resource.Luke Kanies2008-12-181-7/+33
* | Supporting a nil expirer on cacher objects.Luke Kanies2008-12-181-1/+8
* | Setting resource defaults immediately.Luke Kanies2008-12-182-6/+10
* | Refactoring the Settings class to use Puppet::ResourceLuke Kanies2008-12-182-181/+69
* | TransObject is nearly deprecated now.Luke Kanies2008-12-185-96/+71
* | Simplifying the initialization interface for ReferencesLuke Kanies2008-12-181-5/+10
* | Replacing TransObject usage with Puppet::ResourceLuke Kanies2008-12-184-520/+95
* | Renaming the "Catalog#to_type" method to "Catalog#to_ral"Luke Kanies2008-12-183-9/+12
* | Using Puppet::Resource to convert parser resources to RAL resourcesLuke Kanies2008-12-181-1/+1
* | Adding resource convertion to the parser resourcesLuke Kanies2008-12-181-44/+32
* | Adding equality testing to Puppet::Resource::ReferenceLuke Kanies2008-12-181-0/+6
* | Renaming Puppet::Node::Catalog to Puppet::Resource::CatalogLuke Kanies2008-12-188-11/+11
* | Renaming Puppet::ResourceReference to Puppet::Resource::ReferenceLuke Kanies2008-12-099-19/+20
* | Adding Trans{Object,Bucket} backward compatibility to Puppet::ResourceLuke Kanies2008-12-092-0/+69