Last active
February 15, 2018 22:29
-
-
Save austinpapp/e2775271305731327ae335c5c7e0ad17 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
runner1: | |
salt.runner: | |
- name: test.stdout_print | |
- parallel: True | |
runner2: | |
salt.runner: | |
- name: test.stdout_print | |
- parallel: True | |
waits_on_runners: | |
salt.function: | |
- name: cmd.run | |
- cmd: date | |
- require: | |
- salt: runner1 | |
- salt: runner2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
parallelize: | |
salt.parallel_runners: | |
- runners: | |
runner1: | |
- name: test.stdout_print | |
runner2: | |
- name: test.stdout_print | |
waits_on_runners: | |
salt.function: | |
- name: cmd.run | |
- cmd: date | |
- require: | |
- salt: parallelize |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment