mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Lint.
This commit is contained in:
parent
dc07245df2
commit
4cf2b56d5f
1 changed files with 1 additions and 1 deletions
|
@ -738,7 +738,7 @@ class State(object):
|
|||
'''
|
||||
log.info('Loading fresh modules for state activity')
|
||||
self.utils = salt.loader.utils(self.opts)
|
||||
self.functions = salt.loader.minion_mods(self.opts, self.state_con,
|
||||
self.functions = salt.loader.minion_mods(self.opts, self.state_con,
|
||||
utils=self.utils,
|
||||
proxy=proxy)
|
||||
if isinstance(data, dict):
|
||||
|
|
Loading…
Add table
Reference in a new issue