summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Starting on #1808 - Added a base resource class.Luke Kanies2008-12-092-5/+112
* | Merge branch '0.24.x'Luke Kanies2008-12-0914-96/+614
|\|
| * Add a unique name to objects so we can determine uniqueness when read back inJohn Ferlito2008-12-092-1/+5
| * Fix the spec tests to work on other platforms, do the confine around OS X ver...Nigel Kersten2008-12-091-4/+9
| * remove unnecessary mk_resource_methods callNigel Kersten2008-12-091-2/+0
| * Add a unique name to objects so we can determine uniqueness when read back inJohn Ferlito2008-12-092-74/+113
| * Bug #1803 Zfs should auto require the ancestor file systemsAndrew Shafer2008-12-081-0/+6
| * Refactor #1802 Use 'zfs get -H -o value' instead of parsing output for valueAndrew Shafer2008-12-081-12/+1
| * Fixing #1800 - tidy now correctly ignores missing files and directoriesLuke Kanies2008-12-081-1/+8
| * Fixing #1794 - returning sync when it is already initializedLuke Kanies2008-12-081-0/+1
| * Fixing #1750 again - All of the properties and now :ensure check replace?Luke Kanies2008-12-081-0/+4
| * spec tests for type and provider and some code cleanup to adhere to DRYNigel Kersten2008-12-062-160/+183
| * Finished work on rules creation and deletionNigel Kersten2008-12-062-89/+129
| * new better way of doing stdinNigel Kersten2008-12-061-2/+3
| * finished rights flush, working on rulesNigel Kersten2008-12-061-7/+37
| * macauthorization typeNigel Kersten2008-12-062-83/+46
| * reset macauthorization tree. Initial checkin of new type/providerNigel Kersten2008-12-062-0/+395
| * add NetInfo deprecation notice to user and group providers, make the director...Nigel Kersten2008-12-063-6/+15
| * Warn that the NetInfo nameservice provider is deprecated. Use directoryservic...Nigel Kersten2008-12-061-2/+7
| * add some more sanity checks around stdinNigel Kersten2008-12-061-3/+9
| * add support for stdin to Puppet::Util.executeNigel Kersten2008-12-061-2/+2
* | Fix #1483 - use REST to transmit reports over the wireBrice Figureau2008-12-063-12/+13
* | Fixing all broken tests. Most of them were broken by fileserving changes.Luke Kanies2008-12-025-6/+14
* | Merge branch '0.24.x'Luke Kanies2008-12-0287-629/+4655
|\|
| * Updated mcx type and provider with comprehensive spec tests.Jeffrey McCune2008-12-021-2/+2