Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
None
-
None
-
None
-
Puppet 3.5.1
-
1
-
MODS Aug 20, MODS 2014-09-03
Description
modules/common/config/connector/activemq/host_iterations.pp fails because it is passing an Integer ($indexes = range('1', $pool_size)) to a define to be used as a string (mcollective::common::config::connector::activemq::hosts_iteration
{ $indexes: }) in Puppet 3.5.1.
It appears that the "range" function from stdlibs generats a set of integers when used with numbers, but due to changes in 3.5.1, it doesn't seem to automatically convert an INT to a string anymore.