Issue #4736 has been updated by James Turnbull. Status changed from Ready for Testing to Closed
Pushed in commit:"14b33402812756dc0cd3e84619afa211d449d59f" in 2.6.x ---------------------------------------- Bug #4736: $name should preserve specified case http://projects.puppetlabs.com/issues/4736 Author: Alan Harder Status: Closed Priority: Urgent Assignee: Markus Roberts Category: plumbing Target version: 2.6.1 Affected version: 2.6.1rc4 Keywords: Branch: http://github.com/MarkusQ/puppet/tree/ticket/2.6.x/4736 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.
