mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
5a3c099e4f
This uses a function in the runtests_helpers custom module to perform all the logic, and only returns what failed the test. This saves us from having to return the entire contents of sys.doc (as well as log all of the function calls), and also removes the need to run sys.doc in batches to get around the "max message size" issue.
4 lines
68 B
Plaintext
4 lines
68 B
Plaintext
sync_minion:
|
|
local.saltutil.sync_all:
|
|
- tgt: {{ data['id'] }}
|