Skip to content

Instantly share code, notes, and snippets.

@abondis
Created July 25, 2011 15:01
Show Gist options
  • Save abondis/1104330 to your computer and use it in GitHub Desktop.
Save abondis/1104330 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']}"
action :create
end
c_home = File.expand_path("~#{c['username']}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment