I am trying to configure tagmail to send emails to different segments of the team based on the classes that are loaded. For the most part it seems to be working, but I'm having trouble with getting a rule that will send an email for everything except events related to a particular class, or those with a particular tag. In my tagmail.conf I have
type1, !nolog: [email protected] type2, !nolog: [email protected] all, !noisy, !nolog: [email protected] the type1 and type2 lines appear to work as intended, but the last line doesn't. It is correctly filtering out events specifically tagged with "tag => "nolog", but it still sends me events from the "noisy" class. Any ideas on how I can filter out events from this class without tagging each element? Thanks! Luke --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---
