Issue #4736 has been updated by Markus Roberts. Subject changed from Resource names changed to lowercase to $name should preserve specified case
This is a consequence of #4691 being mis-specified. It appears that the desired behavior is "preserve case" rather than "not capitalized." ---------------------------------------- Bug #4736: $name should preserve specified case http://projects.puppetlabs.com/issues/4736 Author: Alan Harder Status: Accepted Priority: Urgent Assignee: Markus Roberts Category: plumbing Target version: 2.6.1 Affected version: 2.6.1rc4 Keywords: Branch: This seems to be a change between 2.6.1rc3 and rc4. <pre> define foo { notify { "notify_$name": } } node default { foo { "ABCdef": } } </pre> This results in "notice: notify_abcdef" instead of ABCdef. I have some defines that use the $name in shell calls that are case sensitive. I set the priority to Urgent so hopefully this is at least looked at and considered before 2.6.1 final.. feel free to lower the priority. -- 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.
