Merge pull request #27213 from macgyver13/patch-1

Make get_event compatible with salt/client
This commit is contained in:
Justin Findlay 2015-09-18 13:38:15 -06:00
commit 1054928234

View File

@ -148,7 +148,7 @@ class RAETEvent(object):
'''
return raw
def get_event(self, wait=5, tag='', full=False):
def get_event(self, wait=5, tag='', match_type=None, full=False, no_block=None):
'''
Get a single publication.
IF no publication available THEN block for up to wait seconds