mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Clean up basic issues in the HighState class
This commit is contained in:
parent
d1e20659fe
commit
3b50d4c285
1 changed files with 1 additions and 1 deletions
|
@ -285,9 +285,9 @@ class HighState(object):
|
|||
in a the local cache.
|
||||
'''
|
||||
def __init__(self, opts):
|
||||
self.client = salt.minion.FileClient(opts)
|
||||
self.opts = self.__gen_opts(opts)
|
||||
self.state = State(self.opts)
|
||||
self.client = salt.minion.FileClient(self.opts)
|
||||
self.matcher = salt.minion.Matcher(self.opts)
|
||||
|
||||
def __gen_opts(self, opts):
|
||||
|
|
Loading…
Add table
Reference in a new issue