summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
| * Fixed #1695 - Solaris 10 zone provider doesn't properly handle unknown zone ...James Turnbull2008-12-011-0/+1
| * Fixing #1749 - Splay now hopefully behaves "better" for small values.Luke Kanies2008-12-011-1/+1
| * Fix #1741 - Add inline_template functionBrice Figureau2008-11-291-0/+21
| * Fix #1741 - refactor TemplateWrapper, test for template functionBrice Figureau2008-11-292-24/+33
| * Fix #1741 - Puppet::Parser::Functions rmfunctions and unit testBrice Figureau2008-11-291-0/+14
| * Fixes #1773 - no longer check for absolute pathsThom May2008-11-291-1/+1
| * make sure only types that have passwords search for the passwordNigel Kersten2008-11-281-1/+3
| * fix bug with numeric uid/gid in directoryservice provider. doc string cleanupsNigel Kersten2008-11-283-22/+23
| * Documentation fix for runit providerJames Turnbull2008-11-281-3/+5
| * Documentation fix for daemontools providerJames Turnbull2008-11-281-3/+4
| * Fixed #1776 - Trivial fix for gentoo service providerJames Turnbull2008-11-281-1/+1
| * Rename migration so it's still appliedThom May2008-11-261-0/+0
| * Slight denormalisation to store a host's environment as a first classThom May2008-11-263-0/+14
| * Fixing #1743 - defined types get catalogs too.Luke Kanies2008-11-261-0/+1
| * Fixing #1755 - handling fully qualified classes correctly.Luke Kanies2008-11-262-4/+5
| * Lots of DirectoryService work. New Computer Type. Users now use password hash...Nigel Kersten2008-11-265-35/+198
| * launchd service providerNigel Kersten2008-11-262-1/+189
| * Refactoring the thread-safety in Puppet::Util a bit.Luke Kanies2008-11-261-21/+27
| * Fixing #1683 - accessing and changing settings is now thread-safe.Luke Kanies2008-11-261-140/+144
| * Partially fixing #1772 - fixing tidy code I broke.Luke Kanies2008-11-261-1/+1
| * Partially fixing #1772 - broken 'resources' tests.Luke Kanies2008-11-262-0/+4
| * Removing the included testing gems; you must now install them yourself.Luke Kanies2008-11-251-1/+3
| * Fixing #1708 - user groups specified as names are now detected correctly.Luke Kanies2008-11-241-0/+10
| * Revert "Fixing #1755 - File modes (and other strange properties) will now dis...James Turnbull2008-11-221-2/+2
| * Fixing #1764 - a property's 'sync' method is never considered a no-op.Luke Kanies2008-11-217-76/+23
| * Refactoring the file/owner property to be simpler and cleaner.Luke Kanies2008-11-211-64/+32
| * Fixing #1755 - File modes (and other strange properties) will now display cor...Luke Kanies2008-11-211-2/+2
| * Fix #1759 - Comparison operator was using string comparison for numbersBrice Figureau2008-11-201-0/+4
| * Fixed #1751 - Mac OS X DirectoryService nameservice provider support for plis...James Turnbull2008-11-191-100/+127
| * Fixed #1752 - Add an optional argument to Puppet::Util.execute to determine ...James Turnbull2008-11-191-2/+7
| * Fix the init service type to cope with an array for defpath and if defpath do...Nigel Kersten2008-11-191-17/+23
| * Added versionable feature to the RPM providerJames Turnbull2008-11-181-0/+2
| * Moved RRD feature from util/metric.rb to feature/base.rbJames Turnbull2008-11-172-5/+3
| * Manifest documentation generationBrice Figureau2008-11-175-0/+2621
| * Move function existance test to parser evaluationBrice Figureau2008-11-171-12/+16
| * Add a doc attribute to AST nodes and fill it with the last seen commentsBrice Figureau2008-11-1717-111/+252
| * Fixed #1735 and #1747 - Fixes to confine systemJames Turnbull2008-11-161-1/+12
| * Fixed #1718 - Added preseed to apt uninstall and purgeJames Turnbull2008-11-161-0/+6
| * Fixing the provider's confine subsystem so the logs are more useful.Luke Kanies2008-11-134-4/+10
| * Removed extra 'end' from yum.rbJames Turnbull2008-11-141-1/+0
| * Fix bug #1746: Sync SELinux file attributes after file contents created/modifiedSean E. Millichamp2008-11-141-1/+1
| * Fix bug #1681: Add filesystem type check to test for per-file SELinux context...Sean E. Millichamp2008-11-141-0/+64
| * Quiet debug when no default SELinux context found for one of the componentsSean E. Millichamp2008-11-141-1/+3
| * Fixes relating to transition to native SELinux bindingsSean E. Millichamp2008-11-142-2/+16
| * Refactoring of SELinux functions to use native Ruby SELinux interfaceSean E. Millichamp2008-11-141-66/+67
| * Merge branch 'tickets/0.24.x/1739' into 0.24.xJames Turnbull2008-11-131-0/+5
| |\
| | * Fixed #1739 - Added uninstall functionality to yum providerJames Turnbull2008-11-131-0/+5
| * | Fix #1737 - part2 - Fix display of "options"Brice Figureau2008-11-121-0/+16
| * | Fix #1737 - ssh_authorized_keys should be able to parse options containing co...Brice Figureau2008-11-111-1/+21
| * | Fix #1740 - Daemontools and Runit is not ReST compliantBrice Figureau2008-11-112-31/+48
| |/