summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | Cleaning up SSL instances that can't be savedLuke Kanies2009-02-061-2/+13
* | Only caching saved resources when the main save worksLuke Kanies2009-02-061-1/+2
* | Moving classfile-writing to the CatalogLuke Kanies2009-02-062-19/+13
* | Refactoring how the Facter integration worksLuke Kanies2009-02-063-52/+49
* | Moving fact and plugin handling into modulesLuke Kanies2009-02-064-264/+175
* | Removing the Agent code that added client-side factsLuke Kanies2009-02-061-9/+0
* | Adding Puppet client facts to Facter facts.Luke Kanies2009-02-061-1/+10
* | Clarifying how node names are used during catalog compilationLuke Kanies2009-02-061-11/+10
* | Removing ConfigStore code that was never actually used.Luke Kanies2009-02-061-60/+0
* | Renmaing Puppet::Network::Client::Master to Puppet::AgentLuke Kanies2009-02-061-4/+7
* | 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-1817-20/+22
* | 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