Issue #4708 has been updated by James Turnbull. Status changed from Ready for Testing to Closed Affected version deleted (2.6.1rc3)
Pushed in commit:"fa25255f7a4b739814aa22285b19909e72773978" in branch 2.6.x ---------------------------------------- Bug #4708: tagmail does not allow tags with '.' http://projects.puppetlabs.com/issues/4708 Author: Dan Bode Status: Closed Priority: Normal Assignee: Category: reports Target version: 2.6.2 Affected version: Keywords: Branch: http://github.com/bodepd/puppet/branches/ticket/2.6.1rc3/4708 tagmail does not allow tags which contain .'s <pre> 87 unless tag =~ /^!?[-\w]+$/ 88 raise ArgumentError, "Invalid tag #{tag.inspect}" 89 end </pre> these should be allowed. resources can be implicitly tagged with the certname of the node declarations that evaluates them. this is not a regression. -- 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.
