Skip to content

Instantly share code, notes, and snippets.

Created October 28, 2016 14:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/f520faf9e28bc43d990a8c75df45dd20 to your computer and use it in GitHub Desktop.
Save anonymous/f520faf9e28bc43d990a8c75df45dd20 to your computer and use it in GitHub Desktop.
Functionally identical to require example.sls
state A:
test.configurable_test_state:
- name: state A is independent of any other state
- changes: False
- return: True
- require_in:
- test: state B
state B:
test.configurable_test_state:
- name: state B requires state A to run first
- changes: False
- return: True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment