mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix indentation error
This commit is contained in:
parent
b14e2cce9e
commit
dab9825c88
1 changed files with 2 additions and 2 deletions
|
@ -1078,9 +1078,9 @@ class Minion(MinionBase):
|
|||
else:
|
||||
proxy = None
|
||||
|
||||
if grains is None:
|
||||
if grains is None:
|
||||
self.opts['grains'] = salt.loader.grains(self.opts, force_refresh, proxy=proxy)
|
||||
self.utils = salt.loader.utils(self.opts)
|
||||
self.utils = salt.loader.utils(self.opts)
|
||||
|
||||
if self.opts.get('multimaster', False):
|
||||
s_opts = copy.deepcopy(self.opts)
|
||||
|
|
Loading…
Add table
Reference in a new issue