mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Set hooks to start the master servers
This commit is contained in:
parent
9aa2ebfe3c
commit
bc88d6fc0e
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@ class Master(object):
|
|||
'''
|
||||
Run the sequence to start a salt master server
|
||||
'''
|
||||
pass
|
||||
|
||||
master = salt.Master(self.opts)
|
||||
master.start()
|
||||
|
||||
|
||||
class Minion(object):
|
||||
|
|
Loading…
Add table
Reference in a new issue