mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Passed argumentes in the call _fetch_profile_opts to were in the wrong order
This commit is contained in:
parent
06c6a1f44a
commit
7d70e2b334
1 changed files with 1 additions and 1 deletions
|
@ -90,8 +90,8 @@ def get_returner_options(virtualname=None,
|
|||
_options.update(
|
||||
_fetch_profile_opts(
|
||||
cfg,
|
||||
__salt__,
|
||||
virtualname,
|
||||
__salt__,
|
||||
_options,
|
||||
profile_attr,
|
||||
profile_attrs
|
||||
|
|
Loading…
Add table
Reference in a new issue