Skip to content

Instantly share code, notes, and snippets.

@rwinch
Created July 18, 2016 17:06
Show Gist options
  • Save rwinch/edd8d435caadb75bdd7f4a3987f5b3ce to your computer and use it in GitHub Desktop.
Save rwinch/edd8d435caadb75bdd7f4a3987f5b3ce to your computer and use it in GitHub Desktop.
# ROLE_A implies ROLE_AB, ROLE_AB1, ROLE_AB2, and ROLE_AC
# ROLE_AB implies ROLE_AB1 and ROLE_AB2
# ROLE_AC implies nothing else
ROLE_A:
ROLE_AB:
- ROLE_AB1
- ROLE_AB2
- ROLE_AC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment