Puppet 3.0.0rc2 is a feature release candidate for the 3.0 series of
Puppet. It addresses issues #14514 and #14609, and includes
contributions from Chris Price and Kelsey Hightower.
Downloads are available at:
* Source http://downloads.puppetlabs.com/puppet/puppet-3.0.0rc2.tar.gz
RPMs are available at http://yum.puppetlabs.com
Debs are available at http://apt.puppetlabs.com
Mac packages are available at
http://puppetlabs.com/downloads/mac/puppet-3.0.0rc2.dmg
Windows packages are available at
http://puppetlabs.com/downloads/windows/puppet-3.0.0rc2.msi
See the Verifying Puppet Download section at:
http://projects.puppetlabs.com/projects/puppet/wiki/Downloading_Puppet
Please report feedback via the Puppet Labs Redmine site, using an
affected puppet version of 3.0.0rc2:
http://projects.puppetlabs.com/projects/puppet/
## Puppet 3.0.0rc2 Release Notes ##
(#14609) Fix master initialization when running under Passenger
There is some initialization that happens in CommandLine.rb
(such as parsing the puppet config file) which was being
bypassed when launching puppetmaster as a Rack/Passenger app.
This commit tweaks the rack config to call into CommandLine
directly, which is unfortunate but works for now.
(#14514) Check for the presence of hiera config
Puppet initializes Hiera using a configuration Hash instead of a
configuration file. Puppet now checks for the existence of the hiera
configuration file and uses an empty configuration and logs a warning
if missing.
We also ensure Hiera uses the Puppet logger by overriding the
configuration hash to set the logger explicitly.
## Puppet 3.0.0rc2 Changelog ##
Kelsey Hightower (2):
ca5271f (maint) Add data binding Hiera tests
b6c5e9d (#14514) Check for the presence of hiera config
cprice (1):
0cea47e (#14609) Fix master initialization when running under Passenger
--
You received this message because you are subscribed to the Google Groups
"Puppet Developers" group.
To post to this group, send email to puppet-dev@googlegroups.com.
To unsubscribe from this group, send email to
puppet-dev+unsubscribe@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/puppet-dev?hl=en.