Skip to content

Instantly share code, notes, and snippets.

/user.sls Secret

Created July 12, 2016 17:34
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/1db1ed4f453002b2224f73d0660b4c1e to your computer and use it in GitHub Desktop.
Save anonymous/1db1ed4f453002b2224f73d0660b4c1e to your computer and use it in GitHub Desktop.
Templating pillar data with jinja variable substitution
users:
ssh_{{usr}}:
name: ssh_{{usr}}
home: "/usr/local/home/{{usr}}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment