mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
11 lines
112 B
Plaintext
11 lines
112 B
Plaintext
fail_stage:
|
|
match: '*'
|
|
sls:
|
|
- fail
|
|
req_fail:
|
|
match: '*'
|
|
sls:
|
|
- fail
|
|
require:
|
|
- fail_stage
|