Puppet 3.2.1 is a bugfix release for the 3.x series of Puppet.
This release addresses two major issues that were uncovered in 3.2.0
and caused us to pull that release (#20726 and #20742). It also
includes a fix for Solaris support (#19760).
Downloads are available at:
* Source
https://downloads.puppetlabs.com/puppet/puppet-3.2.1.tar.gz
Available in native package format at:
http://yum.puppetlabs.com and
http://apt.puppetlabs.com
Gems are available via rubygems at
https://rubygems.org/downloads/puppet-3.2.1.gem
or by using `gem install puppet`
Mac packages are available at
https://downloads.puppetlabs.com/mac/puppet-3.2.1.dmg
Windows packages are available at
https://downloads.puppetlabs.com/windows/puppet-3.2.1.msi
Please report feedback via the Puppet Labs Redmine site, using an
affected puppet version of 3.2.1:
https://projects.puppetlabs.com/projects/puppet/
=======================
## Puppet 3.2.1 Contributors ##
=======================
Andrew Parker, Hailee Kenney, Josh Cooper, Josh Partlow, Matthaus Owens
=========================
## Puppet 3.2.1 Release Notes ##
=========================
### Issues fixed:
* [Bug #19760]: install sun packages failed with: `Error:
/Stage[main]/Inf_sol10defaultpkg/Package[SMCcurl]: Could not evaluate:
Unable to get information about package SMCcurl because of: No
message`
* [Bug #20726]: usermod command arguments out of order
* [Bug #20742]: unauthenticated clients unable to communicate with
puppet master (running in passenger)
### Known Regressions
On Windows, Puppet 3.2.1 is unable to manage the home directory for a
user account. ([Bug #20768]) This is a regression from Puppet 3.1.1;
it was introduced by switching to Ruby 1.9 in the Windows .msi
package. This bug will be fixed soon in a point release, but wasn't
severe enough to delay shipping.
### All 3.2.1 Changes
To see a list of the issues addressed by this release, check out the
3.2.1 version in our issue tracker at:
https://projects.puppetlabs.com/versions/405
======================
## Puppet 3.2.1 Changelog ##
======================
Andrew Parker (3):
76664ae (Maint) Give each test a meaningful name
ab670d1 (#20742) Handle DNs that cannot be parsed
de34775 (#20742) Only use certifcate info if there is a CN
Josh Cooper (1):
4274d66 (#20726) Manage home has issues on Solaris
Josh Partlow (4):
0588e57 (#20726) Add user managehome acceptance tests
6f92379 Revert "Merge branch 'pull-1512'"
46df39d (#20726) Include password for useradd managehome tests on windows
866ecbc (maint) Change load order for
puppet/provider/package/windows/package
Matthaus Owens (2):
2576f8f (packaging) Update PUPPETVERSION to 3.2.1-rc1
025f00d (packaging) Update PUPPETVERSION to 3.2.1
Nick Fagerlund (1):
b301ada Maint: Improve documentation of filebucket attributes
Stefan Schulte (3):
5e091bb (#19760) Use combine when running pkginfo
887c2037 (#19760) Use pkginfo method instead of execute
f04d271 (#19760) Remove unnecessary stubbing in sun_spec