Skip to content

Instantly share code, notes, and snippets.

@atomic-penguin
Created March 17, 2011 02:43
Show Gist options
  • Save atomic-penguin/873754 to your computer and use it in GitHub Desktop.
Save atomic-penguin/873754 to your computer and use it in GitHub Desktop.
group resource example
group "sysadmins" do
gid 2000
members [ "alice", "bob", "frank" ]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment