Skip to content

Instantly share code, notes, and snippets.

@abondis
Created July 25, 2011 15:01
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