This is a maintenance release candidate of Puppet. This rc addresses
issues #9440, #7114, and #8667.
This release is available for download at:
http://downloads.puppetlabs.com/puppet/
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 version of 2.7.4rc3
http://projects.puppetlabs.com/projects/puppet
Documentation is available at:
http://docs.puppetlabs.com/index.html
RC3 Release Notes
==-- Allow cron vars to have leading whitespace
Fix #9440
Patch applied from Jeremy Thornhill. This allows whitespace to appear before
cron variables. Previously, whitespace before cron variables would trigger a
parse failure, and the crontab, except for the puppet managed portion, would
get removed. This addresses that issue. It also includes a test
for this issue,
added into the tests directory, which seems to be where the
crontab tests live.
-- Write out a list of resources that are managed by puppet agent
Feature #8667
Similar to how the Puppet classes are written out each catalog apply,
the list of resources is now being written out to a text file that can
be easily used by tools like MCollective. This allows tools that do
ad-hoc management of resources to know if they''re changing a
resource
that puppet manages, and adjust behavior accordingly.
-- Fix value validation on options
Fix #7114
Support single options that legally include a comma like
"from=host1,host2". We now basically allow either "word"
or "key=value"
as options. That''s also what the parsedfile provider currently
supports
when parsing options.
-- Changelog
* fe92f20 (#9440) Allow cron vars to have leading whitespace
* da69637 Fix failing spec for resource file
* 7a39ca7 (#8667) Write out a list of resources that are managed by puppet agent
* bc40516 Fix order dependent spec failure in exec specs
* 3b152e4 (#7114) Fix value validation on options
* aa1b36f (#7114) Add tests for option property
--
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.