Skip to content

Instantly share code, notes, and snippets.

@mrchrisadams
Forked from jsierles/gist:288084
Created January 27, 2010 19:02
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 mrchrisadams/288087 to your computer and use it in GitHub Desktop.
Save mrchrisadams/288087 to your computer and use it in GitHub Desktop.
:groups => {:app => {:gid => 1003},
:site => {:gid => 3001},
:support => {:gid => 3002}
},
:users => {
:app => {
:password => "$1$39393939393939393.",
:comment => "App User",
:uid => 1000,
:groups => [:app],
:ssh_key_groups => [:app,:site],
:extra_ssh_keys => [:nagios, :solr]
}
},
:ssh_keys => {
:app => "somekey"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment