added comment

This commit is contained in:
Samuel M Smith 2014-09-29 12:30:29 -06:00
parent 08ca85122c
commit 2d24baec3b

View File

@ -32,7 +32,7 @@ class SaltEvent(object):
''' '''
Set up the stack and remote yard Set up the stack and remote yard
''' '''
self.node = node self.node = node # this is usually 'master', 'minion' or opts['id']
self.sock_dir = sock_dir self.sock_dir = sock_dir
self.listen = listen self.listen = listen
if opts is None: if opts is None: