~bkerensa/ubuntu/raring/puppet/new-upstream-release

« back to all changes in this revision

Viewing changes to lib/puppet/reports/tagmail.rb

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2010-10-21 12:52:13 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: james.westby@ubuntu.com-20101021125213-x5pjaatmuv0i79jv
Tags: 2.6.3~rc1-0ubuntu1
* New upstream version
* debian/control:
  - move all puppet dependencies to puppet-common since all the code is
    actually located in puppet-common. 
  - move libaugeas from a recommend to a dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
      pos = []
85
85
      neg = []
86
86
      taglist.sub(/\s+$/,'').split(/\s*,\s*/).each do |tag|
87
 
        unless tag =~ /^!?[-\w]+$/
 
87
        unless tag =~ /^!?[-\w\.]+$/
88
88
          raise ArgumentError, "Invalid tag #{tag.inspect}"
89
89
        end
90
90
        case tag