mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
bacd2264ee
* Removed `format_call` from `salt.state.State` since it was almost a one to one copy of `salt.utils.format_call`. * The `format_call` in `salt.utils` was modified to accept initial return data(to provide the functionality from the removed `State.format_call`. * While the function arguments are being queried/matched, those used are removed from a copy of the passed data. Once finished, any remaining keyword arguments which do not match those allowed on the `expected_extra_kws` keyword argument to `format_call` will raise a `SaltInvocationError`. This will prevent any future bogus bug searching like what happened on #6912 because the wrong state function argument was being passed. |
||
---|---|---|
.. | ||
integration | ||
unit | ||
__init__.py | ||
consist.py | ||
eventlisten.py | ||
jenkins.py | ||
minionswarm.py | ||
runtests.py | ||
wheeltest.py |