mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
30f42d5352
This is a regression integration test for #35384, which was fixed by #35545, and back-ported to the 2015.8 branch in #35566.
7 lines
112 B
Plaintext
7 lines
112 B
Plaintext
cmd_run_unless_multiple:
|
|
cmd.run:
|
|
- name: echo "hello"
|
|
- unless:
|
|
- /bin/true
|
|
- /bin/false
|