mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
01f2d119b1
In the past the master has been taking the kwargs passed in and converting them to a string (kwy=value) and letting the minion de-yaml that arg string. In general this is okay, but it doesn't work well if you are calling from the python LocalClient interface-- since the kwarg you passed already had a type. With this change instead of converting the kwarg to a string it is converted to a dict with a flag to mark it as a kwarg dict, then it is unpacked on the minion side while still maintining type |
||
---|---|---|
.. | ||
__init__.py | ||
kwarg.py | ||
standard.py | ||
syndic.py |