Skip to content

Instantly share code, notes, and snippets.

@cheald
Created June 17, 2016 19:45
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 cheald/cdda847c5287552a626434f5b0e649a1 to your computer and use it in GitHub Desktop.
Save cheald/cdda847c5287552a626434f5b0e649a1 to your computer and use it in GitHub Desktop.
fs:
top.sls:
base:
"*"
- users.roles.sysadsmins
users/roles/sysadmins.sls:
include:
- users.cheald
git:
users/cheald.sls
top.sls is read, it renders users.roles.sysadmins, but then fails to render users.cheald from git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment