Issue #4708 has been updated by Dan Bode.
patch with unit test at http://github.com/bodepd/puppet/branches/ticket/2.6.1rc3/4708 it's based off of 2.6.1rc3 ---------------------------------------- Bug #4708: tagmail does not allow tags with '.' http://projects.puppetlabs.com/issues/4708 Author: Dan Bode Status: Unreviewed Priority: Normal Assignee: Category: Target version: Affected version: 2.6.1rc3 Keywords: Branch: 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.
