Skip to content

Instantly share code, notes, and snippets.

@GreyGnome
Created April 14, 2015 16:25
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 GreyGnome/d012fcf499fc1ac066e2 to your computer and use it in GitHub Desktop.
Save GreyGnome/d012fcf499fc1ac066e2 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 in pillar['users'] %}
user.uid:
- uid: {{user.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