Issue #14704 has been updated by Daniel Pittman. Assignee deleted (Daniel Pittman)
---------------------------------------- Bug #14704: Capitalised hash keys do not parse https://projects.puppetlabs.com/issues/14704#change-92330 * Author: James Turnbull * Status: Accepted * Priority: Normal * Assignee: * Category: parser * Target version: * Affected Puppet version: 2.7.14 * Keywords: hash key capitalised parse error goalie_06_28_2012 customer * 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 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
