Skip to content

Instantly share code, notes, and snippets.

@JustinCarmony
Created October 31, 2013 21:12
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 JustinCarmony/e917d326140c2439fa8d to your computer and use it in GitHub Desktop.
Save JustinCarmony/e917d326140c2439fa8d to your computer and use it in GitHub Desktop.
{{ pillar['username'] }}:
user:
- present
- shell: /bin/bash
- groups:
- sudo
- admin
ssh_auth:
- present
- user: {{ pillar['username'] }}
- source: salt://keys/id_dsa.pub
- require:
- user: {{ pillar['username'] }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment