summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
* Fix leaking LoadedFile when adding templates to be watchedAndrew Shafer2008-08-231-13/+18
* id column is autogenerated by rails as a primary key, there is no needBrice Figureau2008-08-222-8/+17
* Removed reference to namespaces from --genconfig documentationJames Turnbull2008-08-211-4/+0
* Fixed #1508 - Add HP-UX package provider.Mark Plaksin2008-08-201-0/+41
* Fix #1502 - abysmal storeconfig performance - part2Brice Figureau2008-08-171-2/+10
* Fix #1052 - abysmal storeconfig performance - part1Brice Figureau2008-08-171-1/+1
* Fix #1510 - storeconfig fails with rails 2.1Brice Figureau2008-08-171-5/+5
* Fixes #1274 - allow class names to start with numbersJames Turnbull2008-08-171-1/+1
* Fixed #1442 - replaced use of Facter for report titling with certnameJames Turnbull2008-08-161-7/+1
* Fixed $1456 - add proxy configuration to yum repoJames Turnbull2008-08-131-2/+18
* Fixing #1447 -- Replacing Puppet::PackageError with Puppet::Error.Luke Kanies2008-08-122-4/+4
* Added tests for TemplateWrapper's use of Scope#to_hash.Luke Kanies2008-08-091-11/+10
* Fixed #1457 - removed confine warningJames Turnbull2008-08-061-1/+1
* Fixed #1441 - Updated console coloursJames Turnbull2008-08-011-14/+22
* Expose all puppet variables as instance member variables of the template wrap...Daniel Pittman2008-08-012-13/+59
* Ensure that we consistently use either string #{} interpolation or String.%Daniel Pittman2008-08-016-16/+23
* Added a search method to the YAML indirector.AJ Christensen2008-08-011-1/+10
* Fixes #1417 - whitespace in ssh_auth_key providerJames Turnbull2008-07-301-1/+1
* Feature #1241 : Improve performance of group lookupsJames Turnbull2008-07-291-14/+67
* Bug #1448: Puppet CA incorrectly writes out all certs to inventory .txt on ea...Nigel Kersten2008-07-291-2/+3
* Fixes #1445 and #1426James Turnbull2008-07-221-1/+6
* Fixing the renaming code to skip missing directories.Luke Kanies2008-07-211-1/+4
* Fixing a cert test to pass on Darwin.Luke Kanies2008-07-211-0/+1
* Revert "Merging fsweetser's selinux patch against 0.24.4"James Turnbull2008-07-206-366/+0
* Merging fsweetser's selinux patch against 0.24.4Brett Lentz2008-07-206-0/+366
* Fixed all of the fileserving termini so they use indirection requests.Luke Kanies2008-07-184-33/+33
* You can now select the encoding format when transferring the catalog,Luke Kanies2008-07-183-12/+22
* Revert "Fixed #1201 - all external node attributes are converted to strings."Luke Kanies2008-07-181-7/+0
* The mongrel-related tests now run without mongrel.Luke Kanies2008-07-171-6/+8
* Fix Ticket 1426 - services on redhat are restarted againJames Turnbull2008-07-171-2/+10
* Fixed #1414 - Return code from waitpid now right shifted 8 bitsJames Turnbull2008-07-171-1/+1
* Fail instead of log when rescuing remote file connectionsAndrew Shafer2008-07-141-2/+1
* Fix #1409, Move path expansion from the type into the providerFrancois Deppierraz2008-07-112-25/+37
* Fixing #1408 - --loadclasses works again.Luke Kanies2008-07-101-1/+1
* Fixed #1407 - allowdupe is now a boolean group parameter.Luke Kanies2008-07-091-1/+1
* Fixed #1396 - Added sha1 function from DavidS to coreJames Turnbull2008-07-082-1/+9
* Merge branch 'tickets/0.24.x/1226' of git://github.com/lak/puppet into 0.24.xJames Turnbull2008-07-081-12/+33
|\
| * Fixed #1226 - Gems can now specify source repositories.Luke Kanies2008-07-071-15/+20
| * Correct whitespaceLuke Kanies2008-07-071-7/+7
| * Importing Sam Quigley's work to enhance gem support for sources.Luke Kanies2008-07-071-5/+21
* | Merge branch 'tickets/0.24.x/1272' of git://github.com/lak/puppet into 0.24.xJames Turnbull2008-07-082-0/+23
|\ \
| * | Fixed #1272 - ldap group names will be converted to GIDs.Luke Kanies2008-07-072-0/+23
| |/
* / Fixed #1399 - the ldap user provider knows it can manage passwords.Luke Kanies2008-07-071-0/+2
|/
* Merge branch 'refactor/0.24.x/transaction_changes' of git://github.com/lak/pu...James Turnbull2008-07-0510-190/+125
|\
| * Testing and simplifying the Transaction::Change#backward method.Luke Kanies2008-07-041-14/+5
| * Removing the Transaction::Change#transaction accessor.Luke Kanies2008-07-042-14/+2
| * Refactoring the Transaction::Event class.Luke Kanies2008-07-044-23/+10
| * Adding tests to the Transaction::Change class.Luke Kanies2008-07-041-35/+19
| * Renaming Puppet::Event to Puppet::Transaction::EventLuke Kanies2008-07-034-31/+26
| * Renaming the Puppet::PropertyChange class to Puppet::Transaction::Change.Luke Kanies2008-07-037-147/+137