mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
connect the sub interface automatically on specified event managed
This commit is contained in:
parent
fedb9807e2
commit
fb8f921e49
1 changed files with 1 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue