Skip to content

Instantly share code, notes, and snippets.

@drawsmcgraw
Created October 19, 2015 17:28
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 drawsmcgraw/dd9da973b612a65285d5 to your computer and use it in GitHub Desktop.
Save drawsmcgraw/dd9da973b612a65285d5 to your computer and use it in GitHub Desktop.
{% for user, vals in pillar['users'].items() %}
user-{{user}}:
user.present:
- name: {{user}}
- fullname: {{vals['fullname']}}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment