mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Derp
This commit is contained in:
parent
7e153bc6a9
commit
b3b1536afd
1 changed files with 2 additions and 1 deletions
|
@ -28,6 +28,7 @@ from salt.utils.jinja import (
|
|||
)
|
||||
from salt.utils.templates import JINJA, render_jinja_tmpl
|
||||
from salt.utils.odict import OrderedDict
|
||||
from integration import TMP_CONF_DIR
|
||||
|
||||
# Import 3rd party libs
|
||||
import yaml
|
||||
|
@ -681,7 +682,7 @@ class TestDotNotationLookup(ModuleCase):
|
|||
'mocktest.ping': lambda: True,
|
||||
'mockgrains.get': lambda x: 'jerry',
|
||||
}
|
||||
minion_opts = salt.config.minion_config(os.path.join(RUNTIME_VARS.TMP_CONF_DIR, 'minion'))
|
||||
minion_opts = salt.config.minion_config(os.path.join(TMP_CONF_DIR, 'minion'))
|
||||
render = salt.loader.render(minion_opts, functions)
|
||||
self.jinja = render.get('jinja')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue