Issue #5557 has been reported by Nan Liu. ---------------------------------------- Bug #5557: Valid characters for tag metaparameter https://projects.puppetlabs.com/issues/5557
Author: Nan Liu Status: Unreviewed Priority: Normal Assignee: Category: Target version: Affected Puppet version: Keywords: Branch: Do we have specification for valid characters for tag similar to: http://docs.puppetlabs.com/guides/language_tutorial.html#reserved-words--acceptable-characters The following tag is valid in 0.24.8, but not 2.6.4: tag => "FOO::.file" In 2.6 it adds an implicit tag .file which is not valid in either 0.24.8 or 2.6. What's inconsistent is resource names can start with ., but you can't reference the implicit tag. I think tags should accept the same characters as resource/class. -- 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.
