mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Change salt-syndic exec script to instantiate a syndic class rather than a minion. Fixing the bug introduced in ee0072d3e8
This commit is contained in:
parent
87c100075d
commit
ed4658a7a4
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
|||
This script is used to kick off a salt syndic daemon
|
||||
'''
|
||||
|
||||
from salt.scripts import salt_minion
|
||||
from salt.scripts import salt_syndic
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
salt_minion()
|
||||
salt_syndic()
|
||||
|
|
Loading…
Add table
Reference in a new issue