# File lib/puppet/transaction.rb, line 317 317: def handle_qualified_tags( qualified ) 318: # The default behavior of Puppet::Util::Tagging is 319: # to split qualified tags into parts. That would cause 320: # qualified tags to match too broadly here. 321: return 322: end