Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #240 from ameihm0912/master
Browse files Browse the repository at this point in the history
also copy tags during compliance item event cleanup
  • Loading branch information
jeffbryner committed Feb 10, 2015
2 parents ba3695b + 6fb0ea4 commit 2d00426
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mq/plugins/complianceitems.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ def cleanup_item(self,message):
ci['compliance'] = message['compliance']
ci['link'] = message['link']
ci['utctimestamp'] = message['utctimestamp']
if 'tags' in message:
ci['tags'] = message['tags']
return ci

def onMessage(self, message, metadata):
Expand Down

0 comments on commit 2d00426

Please sign in to comment.