mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Merge pull request #23024 from The-Loeki/patch-1
minion nodes should parse minion configs
This commit is contained in:
commit
d5a4173478
@ -126,7 +126,7 @@ def query(url,
|
||||
os.path.join(syspaths.CONFIG_DIR, 'master')
|
||||
)
|
||||
elif node == 'minion':
|
||||
opts = salt.config.master_config(
|
||||
opts = salt.config.minion_config(
|
||||
os.path.join(syspaths.CONFIG_DIR, 'minion')
|
||||
)
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user