mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
remove calling the localserver
This commit is contained in:
parent
2548fd36de
commit
04bf7e5bbf
1 changed files with 0 additions and 2 deletions
|
@ -32,9 +32,7 @@ class Master(object):
|
|||
Turn on the master server components
|
||||
'''
|
||||
reqserv = ReqServer(self.opts)
|
||||
local = LocalServer(self.opts)
|
||||
reqserv.start()
|
||||
local.start()
|
||||
while True:
|
||||
# Add something to keep the jobs dir clean
|
||||
time.sleep(1)
|
||||
|
|
Loading…
Add table
Reference in a new issue