mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
parent
bae0321af9
commit
fc54cafc48
3 changed files with 0 additions and 3 deletions
|
@ -22,7 +22,6 @@ def _load_matchers(opts):
|
|||
"""
|
||||
Store matchers in __context__ so they're only loaded once
|
||||
"""
|
||||
__context__["matchers"] = {}
|
||||
__context__["matchers"] = salt.loader.matchers(opts)
|
||||
|
||||
|
||||
|
|
|
@ -14,7 +14,6 @@ def _load_matchers(opts):
|
|||
"""
|
||||
Store matchers in __context__ so they're only loaded once
|
||||
"""
|
||||
__context__["matchers"] = {}
|
||||
__context__["matchers"] = salt.loader.matchers(opts)
|
||||
|
||||
|
||||
|
|
|
@ -22,7 +22,6 @@ def _load_matchers():
|
|||
"""
|
||||
Store matchers in __context__ so they're only loaded once
|
||||
"""
|
||||
__context__["matchers"] = {}
|
||||
__context__["matchers"] = salt.loader.matchers(__opts__)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue