salt/tests/integration/files/over/req_fail.sls

11 lines
112 B
Plaintext
Raw Normal View History

2013-06-11 00:41:53 +00:00
fail_stage:
match: '*'
sls:
- fail
req_fail:
match: '*'
2013-09-02 05:40:39 +00:00
sls:
2013-06-11 00:41:53 +00:00
- fail
require:
- fail_stage