I don't know if it has already been send, because I think my workstation is not well configured.
Signed-off-by: Stéphan Gorget <[email protected]> --- lib/puppet/type.rb | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lib/puppet/type.rb b/lib/puppet/type.rb index 3118788..6628205 100644 --- a/lib/puppet/type.rb +++ b/lib/puppet/type.rb @@ -1782,6 +1782,7 @@ class Type tags = [tags] unless tags.is_a? Array tags = tags.collect { |t| t.intern } + self.tags = @tags return tags.find { |tag| @tags.include? tag } end -- 1.6.2.4 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Developers" 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-dev?hl=en -~----------~----~----~----~------~----~------~--~---
