Skip to content

Instantly share code, notes, and snippets.

@jtimberman
Created January 30, 2009 02:37
Show Gist options
  • Save jtimberman/54908 to your computer and use it in GitHub Desktop.
Save jtimberman/54908 to your computer and use it in GitHub Desktop.
group "sysadmin" do
gid 33
users ["aj", "jtimberman"]
end
user "aj" do
action :create
comment "Leet hax0r"
uid 1337
shell "/bin/zsh"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment