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