Merge pull request #23024 from The-Loeki/patch-1

minion nodes should parse minion configs
This commit is contained in:
Justin Findlay 2015-04-24 09:34:17 -06:00
commit d5a4173478

View File

@ -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: