salt/tests/integration/files/reactor-sync-minion.sls
Erik Johnson 5a3c099e4f Rewrite the tests_valid_docs test
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.
2017-02-26 12:21:00 -06:00

4 lines
68 B
Plaintext

sync_minion:
local.saltutil.sync_all:
- tgt: {{ data['id'] }}