mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
#2691 - Minion must wait for master to accept key.
This commit is contained in:
parent
b1427e1fc8
commit
057b658bdc
@ -174,6 +174,7 @@ class Minion(object):
|
||||
# module
|
||||
opts['grains'] = salt.loader.grains(opts)
|
||||
self.opts = opts
|
||||
self.authenticate()
|
||||
self.opts['pillar'] = salt.pillar.get_pillar(
|
||||
opts,
|
||||
opts['grains'],
|
||||
@ -185,7 +186,6 @@ class Minion(object):
|
||||
self.functions, self.returners = self.__load_modules()
|
||||
self.matcher = Matcher(self.opts, self.functions)
|
||||
self.proc_dir = get_proc_dir(opts['cachedir'])
|
||||
self.authenticate()
|
||||
|
||||
def __prep_mod_opts(self):
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user