connect the sub interface automatically on specified event managed

This commit is contained in:
Thomas S Hatch 2012-06-04 00:23:03 -06:00
parent fedb9807e2
commit fb8f921e49

View file

@ -67,6 +67,7 @@ class MasterEvent(SaltEvent):
'''
def __init__(self, sock_dir):
super(MasterEvent, self).__init__(sock_dir, 'master')
self.connect_pub()
class MinionEvent(SaltEvent):