Title: Message Title
Henrik Lindberg commented on an issue
Puppet / Bug PUP-3034
future parser iteration does not work on OS X Yosemite / ruby 2.0.0p481
The first documentation example found [here|https://docs.puppetlabs.com/puppet/latest/reference/experiments_lambdas.html#lambdas] does not work with the environment described above.

iteration.pp
{noformat}
$a = [1,2,3]
each($a) |$value| { notice $value }
{noformat}

{noformat}
ryan@ryan ~> puppet apply --parser future iteration.pp
Warning: Set...

--
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/d/optout.

Reply via email to