Skip to content

Instantly share code, notes, and snippets.

@atomic-penguin
Forked from abondis/gist:1104330
Created July 25, 2011 15:04
Show Gist options
  • Save atomic-penguin/1104336 to your computer and use it in GitHub Desktop.
Save atomic-penguin/1104336 to your computer and use it in GitHub Desktop.
user c["username"] do
comment c["username"]
system true
shell "/usr/bin/git-shell"
home "/srv/datas/#{c['username']}"
manage_home true
action :create
end
c_home = File.expand_path("/srv/data/#{c['username']}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment