mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #33656 from cachedout/fix_33076
Fix indentation error in minion.py
This commit is contained in:
commit
9603cd3c0d
1 changed files with 1 additions and 1 deletions
|
@ -1080,7 +1080,7 @@ class Minion(MinionBase):
|
|||
|
||||
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