Issue #14704 has been updated by Josh Cooper. Keywords changed from hash key capitalised parse error to hash key capitalised parse error goalie_06_28_2012
---------------------------------------- Bug #14704: Capitalised hash keys do not parse https://projects.puppetlabs.com/issues/14704#change-67766 Author: James Turnbull Status: Accepted Priority: Normal Assignee: Daniel Pittman Category: parser Target version: Affected Puppet version: 2.7.14 Keywords: hash key capitalised parse error goalie_06_28_2012 Branch: Hash keys with leading capitals do not parse. This does not parse: <pre> $packages = { Mysql-cluster => {version => '7.1.21-1.sles11'} } </pre> This parses: <pre> $packages = { mysql-cluster => {version => '7.1.21-1.sles11'} } </pre> -- 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.
