Skip to content

Instantly share code, notes, and snippets.

@theozaurus
Created May 16, 2011 11:15
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 theozaurus/974255 to your computer and use it in GitHub Desktop.
Save theozaurus/974255 to your computer and use it in GitHub Desktop.
user rack_app[:user] do
home "/home/#{rack_app[:user]}"
shell "/bin/bash"
supports :manage_home => true
action :create
end
ssh_key "github" do
user rack_app[:user]
key "FOOOBAR"
sort "private"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment