summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
* Switching to Indirected ActiveRecordLuke Kanies2009-04-224-41/+20
* Adding ActiveRecord terminus classes for CatalogLuke Kanies2009-04-221-0/+34
* Adding ActiveRecord terminus classes for Node and Facts.Luke Kanies2009-04-224-1/+95
* Fixing #2180 - Catalogs yaml dump the resource table firstLuke Kanies2009-04-211-0/+14
* Partially fixing #1765 - node searching supports strict hostname checkingLuke Kanies2009-04-222-1/+8
* Removing unused Node codeLuke Kanies2009-04-221-11/+0
* Fixing #1885 - Relationships metaparams do not cascadeLuke Kanies2009-04-221-6/+2
* Fix #2142 - Convert pkgdmg provider to use plists instead of string scanning ...Nigel Kersten2009-04-221-18/+25
* Fixing #2171 - All certificate files are written with default permsLuke Kanies2009-04-222-5/+7
* Fixing #2112 - Transactions handle conflicting generated resourcesLuke Kanies2009-04-175-39/+16
* Adding another stacktrace for debuggingLuke Kanies2009-04-171-0/+1
* Fixing puppet -e; it got broken in the move to ApplicationLuke Kanies2009-04-171-1/+3
* Partially fixing #2029 - failed caches doesn't throw an exceptionLuke Kanies2009-04-171-7/+17
* Fixing #2111 - SimpleGraph only creates valid adjacenciesLuke Kanies2009-04-121-1/+1
* Switching to new() in the Puppet::Type.instances() class methodLuke Kanies2009-04-121-1/+1
* Removing duplicate method definition from SimpleGraphLuke Kanies2009-04-121-8/+0
* Merge branch '0.24.x'Luke Kanies2009-04-072-54/+25
|\
| * More RST fixesJames Turnbull2009-03-301-44/+22
| * Fixed RST for functionsJames Turnbull2009-03-272-12/+5
| * In order for ReST formatting to work properly, newlines andJames Turnbull2009-03-271-1/+1
* | Fixing all tests that were apparently broken in the 0.24.x merge.Luke Kanies2009-04-022-2/+2
* | Merge branch '0.24.x'Luke Kanies2009-04-0225-167/+365
|\|
| * Fixing #1631 - adding /sbin and /usr/sbin to PATHLuke Kanies2009-03-241-0/+9
| * Fixed #2004 - ssh_authorized_key fails if no target is definedFrancois Deppierraz2009-03-242-14/+15
| * Fix Bug #1629Francois Deppierraz2009-03-241-12/+52
| * Fix #1807 - make Puppet::Util::Package.versioncmp a module functionBrice Figureau2009-03-241-0/+2
| * Fix #1829 - Add puppet function versioncmp to compare versionsBrice Figureau2009-03-241-0/+10
| * Fixes incorrect detail variable in OS X version check, re-patches ralsh to wo...Nigel Kersten2009-03-201-3/+3
| * Fix #1828 - Scope.number? wasn't strict enough and could produce wrong resultsBrice Figureau2009-03-141-3/+3
| * Fixed #2000 - No default specified for checksumJames Turnbull2009-03-091-1/+7
| * Fixing change printing when list properties are absentLuke Kanies2009-03-071-1/+5
| * Fixed #2026 - Red Hat ignoring stop methodJames Turnbull2009-03-071-4/+4
| * Bring in the documentation changes from the master branchBryan Kearney2009-03-041-3/+2
| * Added a force option to ensure the change is always applied, and call augeas ...Bryan Kearney2009-03-042-55/+76
| * Backport the fix for #1835Bryan Kearney2009-03-041-4/+22
| * First cut at the not running if augeas does not change any of the underlieing...Bryan Kearney2009-03-041-25/+76
| * Bug 1948: Added patch by jab to support the correct ins syntax. Updated the t...Bryan Kearney2009-03-041-5/+3
| * Fixing #1991 - ldap booleans get converted to booleansLuke Kanies2009-03-051-0/+25
| * Refactored a method: extracted about five other methodsLuke Kanies2009-03-051-39/+50
| * Fix #2010 - add protection code for some storeconfig corruptionBrice Figureau2009-03-041-14/+28
| * Fixing #2013 - prefetching had a mismatch between type and titleLuke Kanies2009-03-041-1/+1
| * Fixed report reference pageJames Turnbull2009-03-031-0/+1
| * Make puppetd --waitforcert option behave as documented:Paul Lathrop2009-02-281-1/+6
| * Adding a performance optimization to the FileCollection.Luke Kanies2009-02-281-3/+5
| * Using the FileCollection where appropriate.Luke Kanies2009-02-289-10/+33
| * Adding a FileCollection and a lookup module for it.Luke Kanies2009-02-282-0/+36
| * Fixed #1963 - Failing to read /proc/mounts for selinux kills file downloadsJames Turnbull2009-02-281-1/+3
| * Fixed #2025 - gentoo service provider handle only default init levelJames Turnbull2009-02-271-1/+1
| * Updated useradd.rb managehome confine to include other RH-like distributionsJames Turnbull2009-02-251-1/+1
| * Use Puppet.debug instead of own debug flagPeter Meier2009-02-221-7/+5