Issue #22079 has been updated by Josh Partlow. Status changed from Accepted to Merged - Pending Release Branch set to https://github.com/puppetlabs/puppet/pull/1825
merged in 5443c5d ---------------------------------------- Bug #22079: In arrays and hashes, false gets transformed into a zero-length string https://projects.puppetlabs.com/issues/22079#change-96055 * Author: Josh Partlow * Status: Merged - Pending Release * Priority: Normal * Assignee: Henrik Lindberg * Category: parser * Target version: 3.3.0 * Affected Puppet version: 3.2.3 * Keywords: * Branch: https://github.com/puppetlabs/puppet/pull/1825 ---------------------------------------- When accessing hash and array members, true gets preserved as a real bool, but false becomes a zero-length string for some reason. $thisarray = [true, false] validate_bool($thisarray[0]) validate_bool($thisarray[1]) ...results in Error: "" is not a boolean. It looks to be a String at /Users/nick/Documents/manifests/bools-in-arrays.pp:3 on node magpie.lan -- 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/groups/opt_out.
