Skip to content

Instantly share code, notes, and snippets.

@iggy
Last active August 29, 2015 14:19
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 iggy/392111baf56832cd4fe1 to your computer and use it in GitHub Desktop.
Save iggy/392111baf56832cd4fe1 to your computer and use it in GitHub Desktop.
# See http://serverfault.com/questions/538218/deploy-ssh-key-from-master-to-minion-via-salt-pillars
{% for user, data in salt['pillar.get']('users', {}).iteritems() %}
add_{{ user }}:
user.present:
uid: {{ data['uid'] }}
{% endfor %}
# vim : set ft=yaml tabstop=2 sts=2 sw=2 et ai si
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment