Issue #10321 has been updated by Patrick Carlisle.
Status changed from In Topic Branch Pending Review to Merged - Pending Release
Target version set to 2.7.10
Merged in commit:bfcb5084d85238ec120a921b4ecd8a90a59bc94a
(#10321) Fix array support in schedule's range parameter
Change the schedule type's range parameter to properly evaluate
all elements of a supplied array for validity instead of only
checking the first member of the array. Add documentation to
clarify that range does accept an array.
Fix the associated tests to use must instead of should (Puppet::Type#should
shadows the rspec should).
----------------------------------------
Bug #10321: Schedule type range parameter array support isn't working
https://projects.puppetlabs.com/issues/10321
Author: Sean Millichamp
Status: Merged - Pending Release
Priority: Normal
Assignee: Sean Millichamp
Category: schedule
Target version: 2.7.10
Affected Puppet version: 2.7.6
Keywords: schedule range
Branch:
There is a test that is supposed to make sure that you can pass an array to the
'range' parameter in the schedule type. Due to the bug in Issue #10296 this
has been reporting as passing even though it does not work. The first member
of the array is processed and the remainder are never evaluated.
--
You have received this notification because you have either subscribed to it,
or are involved in it.
To change your notification preferences, please click here:
http://projects.puppetlabs.com/my/account
--
You received this message because you are subscribed to the Google Groups
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-bugs?hl=en.