Issue #8428 has been updated by Timothy Miller.

I'm not a developer but have run into this issue.  I have applied the patch to 
my puppet master and it fixes the issue I'm seeing.  That issue is:

tag( [ 'a', 'b', 'c' ] )

if ( tagged('a') ) {
  notice "Tag a"
}

I did not get a "Tag a" notice.  After applying the patch, I did see a "Tag a" 
notice.  I did not, however, run the spec test.  I don't know how.

Can we get this included into a release sometime soon?  It's such a trivial fix.

Thanks,
-Tim

----------------------------------------
Bug #8428: tag() function is documented to support multiple tags, but does not.
https://projects.puppetlabs.com/issues/8428#change-56590

Author: David Miller
Status: In Topic Branch Pending Review
Priority: Normal
Assignee: 
Category: functions
Target version: 
Affected Puppet version: 2.7.1
Keywords: 
Branch: 


The tag() function is documented to support passing multiple tags, however, 
doing so winds up with them all concatenated together as one big long tag.  
Discovered this during today's Puppet training event at Mozilla.  Nan has a 
patch already.


-- 
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.

Reply via email to