mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Merge pull request #17098 from mgwilliams/ret_config
fix returner config bug
This commit is contained in:
commit
87e9db4de8
@ -64,7 +64,7 @@ def get_returner_options(virtualname=None,
|
||||
|
||||
ret_config = _fetch_ret_config(ret)
|
||||
|
||||
attrs = attrs = {}
|
||||
attrs = attrs or {}
|
||||
profile_attr = kwargs.get('profile_attr', None)
|
||||
profile_attrs = kwargs.get('profile_attrs', None)
|
||||
defaults = kwargs.get('defaults', None)
|
||||
|
Loading…
Reference in New Issue
Block a user