summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | Merge remote branch 'paul/4472-4483-4496-4521-4522'Jesse Wolfe2010-08-1735-1896/+2174
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | [#4496]+[#4521]+[#4522] Add structures to the AST to represent type definitio...Paul Berry2010-08-1333-1667/+1948
| | * | | | | | | | | | | | | | | | | | | Moved perform_initial_import from Puppet::Resource::TypeCollection to Puppet:...Paul Berry2010-08-137-86/+96
| | * | | | | | | | | | | | | | | | | | | [#4472]+[#4483] Moved type-name resolution out of Puppet::Parser::TypeLoader.Paul Berry2010-08-126-179/+166
| * | | | | | | | | | | | | | | | | | | | This is a bookkeeping merge that produces no code-changeJesse Wolfe2010-08-120-0/+0
| |\| | | | | | | | | | | | | | | | | | | | | |_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | [#4397]+[#4344] Move type-name resolution out of Puppet::Resource into the AS...Jesse Wolfe2010-07-3017-185/+137
* | | | | | | | | | | | | | | | | | | | Merge commit '2.6.3rc1'Jesse Wolfe2010-10-189-25/+87
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Updated CHANGELOG and version for 2.6.3rc1James Turnbull2010-10-142-1/+8
| * | | | | | | | | | | | | | | | | | | Fix for #4832 -- Making PSON handle arbitrary binary dataMarkus Roberts2010-10-132-12/+22
| * | | | | | | | | | | | | | | | | | | Minimal fix for #4975 -- only call chage when managing password age rulesMarkus Roberts2010-10-134-8/+53
| * | | | | | | | | | | | | | | | | | | Fix for #4963 -- Use correct commands for password expiry on solarisMarkus Roberts2010-10-132-4/+4
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge commit '2.6.2'Jesse Wolfe2010-10-124-4/+11
|\| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Updated CHANGELOG for 2.6.2James Turnbull2010-10-081-0/+8
| * | | | | | | | | | | | | | | | | | Fix for #4945 -- explicitly check os to supress man page installationMarkus Roberts2010-10-061-1/+1
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Reversion of 021d534482dd8edb863cb77d668ac3525362a0a6Markus Roberts2010-10-051-2/+1
| * | | | | | | | | | | | | | | | | Fixed #4919 - added parenths to fix error message:James Turnbull2010-10-021-1/+1
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge commit '2.6.2rc1'Jesse Wolfe2010-10-0179-638/+1229
|\| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Incremented version to 2.6.2James Turnbull2010-10-011-1/+1
| * | | | | | | | | | | | | | | | Updated CHANGELOG for 2.6.2rc1James Turnbull2010-10-011-195/+43
| * | | | | | | | | | | | | | | | Fixed documentation typoJames Turnbull2010-10-011-1/+1
| * | | | | | | | | | | | | | | | Fix for #4896 -- stray newline left over from removed diagnosticMarkus Roberts2010-09-302-2/+2
| * | | | | | | | | | | | | | | | (#4772) Update SuSE .spec fileJacob Helwig2010-09-302-27/+13
| * | | | | | | | | | | | | | | | Fixes #4792 (Duplicate definition since 2.6.1 upgrade)Paul Berry2010-09-302-0/+22
| * | | | | | | | | | | | | | | | Improvement to #4025: made spec tests work on all platformsPaul Berry2010-09-291-1/+3
| * | | | | | | | | | | | | | | | Adds #3046 - support for password min/max ageNick Lewis2010-09-299-15/+131
| * | | | | | | | | | | | | | | | [#4783] (#4783) Fix RRDGraph report generationMatt Robinson2010-09-296-2/+287
| * | | | | | | | | | | | | | | | Add user account expiry to the useradd type and providerDean Wilson2010-09-294-2/+49
| * | | | | | | | | | | | | | | | Fixed #4025 (failure in launchd if certain plists are binary).Paul Berry2010-09-292-14/+22
| * | | | | | | | | | | | | | | | Fix for #4649 -- avoid unsupported features on non-posix systemsMarkus Roberts2010-09-281-11/+15
| * | | | | | | | | | | | | | | | Fix for 4273 -- revert b7e2580ab49ecdb67fc9b522829c005fc3750fbeMarkus Roberts2010-09-281-12/+0
| * | | | | | | | | | | | | | | | Fix for #4804 -- escaped backslashes in interpolated stringsMarkus Roberts2010-09-282-1/+9
| * | | | | | | | | | | | | | | | Fixes #4863 (Missing "require 'webrick'" causes nondeterministic spec failures)Paul Berry2010-09-281-0/+1
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | (#4860) Add regression tests that would have caught bad params methodMatt Robinson2010-09-282-18/+18
| * | | | | | | | | | | | | | | (#4860) Fix wrong method name.. params seems to be renamed to parametersSimon Effenberg2010-09-281-1/+1
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Fix for #4644: install.rb works properly on WindowsNick Lewis2010-09-281-13/+7
| | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Fix #4726 Update puppet rrdtool metric code to support modern rrd ruby bindingsJesse Wolfe2010-09-282-10/+40
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
| * | | | | | | | | | | | Fix #4226 - Prepend 'Puppet CA: ' to fqdn for default root ca_nameJacob Helwig2010-09-285-14/+19
| * | | | | | | | | | | | Port Puppet::SSLCertificates::CA test to rspecJacob Helwig2010-09-282-87/+99
| * | | | | | | | | | | | Fixes #4852 - error messages involving Whits now mention Classes insteadNick Lewis2010-09-283-0/+16
| * | | | | | | | | | | | Fix #4267 - Create a backup before dropping permissionsJesse Wolfe2010-09-281-0/+7
| * | | | | | | | | | | | (#4763) Don't call a method that was removed in Rails 3 activerecordMatt Robinson2010-09-224-10/+22
| * | | | | | | | | | | | Fixed #4763 - Hardcoded ActiveRecord versionJames Turnbull2010-09-223-3/+3
| * | | | | | | | | | | | Fixes #4822 -- Puppet doc -o option brokenPaul Berry2010-09-223-46/+40
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| * | | | | | | | | | | [#4798] Puppet doc manifests documentation mode brokenPaul Berry2010-09-223-7/+58
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | [#4692] undefined variables cause :undef to be passed to functionsPaul Berry2010-09-222-5/+15
| * | | | | | | | | | [#4787] Missing require causing failureJesse Wolfe2010-09-221-0/+1
| * | | | | | | | | | Fix for #4746 -- Newline goes at the _end_ of the lineMarkus Roberts2010-09-221-1/+1
| * | | | | | | | | | Fix #4743: Allow the audit meta-parameter to accept both 'all', and :allJacob Helwig2010-09-222-3/+10
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | [#4716] ResourceTypeAPI exposes implementation details that are likely to changePaul Berry2010-09-226-36/+179
| | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Fixed #4819 - corrected cron documentationJames Turnbull2010-09-231-1/+1
| | |_|_|_|_|_|/ | |/| | | | | |